- 27 8月, 2013 1 次提交
-
-
由 iklam 提交于
Summary: Treat VS2012 the same as VS2010. Reviewed-by: dcubed, kamg, minqi
-
- 26 8月, 2013 1 次提交
-
-
由 hseigel 提交于
Summary: Explicitly specify -fno-omit-frame-pointer. Reviewed-by: coleenp, dholmes, dcubed
-
- 23 8月, 2013 2 次提交
- 16 8月, 2013 1 次提交
-
-
由 amurillo 提交于
Reviewed-by: jcoomes
-
- 11 8月, 2013 1 次提交
-
-
由 iklam 提交于
Summary: Fixed project generation code, and added warning to upgrade to VS 2008 SP1. Reviewed-by: dcubed, ccheung
-
- 09 8月, 2013 3 次提交
-
-
由 amurillo 提交于
Reviewed-by: jcoomes
-
由 iklam 提交于
Summary: Added extra help message in make/solaris/makefiles/dtrace.make Reviewed-by: dholmes, sspitsyn
-
由 dcubed 提交于
Summary: ProjectCreator tool is modified to support two new options: '-relativeAltSrcInclude' and '-altRelativeInclude' which prevents IDE linker errors. Also fixed some cmd line build linker warnings. Misc cleanups. Reviewed-by: rdurbin, coleenp
-
- 21 8月, 2013 1 次提交
-
-
由 twisti 提交于
Reviewed-by: coleenp, sla
-
- 08 8月, 2013 1 次提交
-
-
由 adlertz 提交于
Summary: Remove .ad files that are not used Reviewed-by: kvn
-
- 02 8月, 2013 1 次提交
-
-
由 amurillo 提交于
Reviewed-by: jcoomes
-
- 26 7月, 2013 2 次提交
- 25 7月, 2013 1 次提交
-
-
由 dholmes 提交于
Reviewed-by: kvn, dlong
-
- 19 7月, 2013 1 次提交
-
-
由 amurillo 提交于
Reviewed-by: jcoomes
-
- 16 7月, 2013 1 次提交
-
-
由 jprovino 提交于
Summary: ARM compilers do not emit FramePointer on each native frame by default Reviewed-by: dholmes, zgu
-
- 13 7月, 2013 1 次提交
-
-
由 amurillo 提交于
Reviewed-by: jcoomes
-
- 09 7月, 2013 1 次提交
-
-
由 hseigel 提交于
Summary: JVM_SetProtectionDomain has been deprecated since 1.5 and is being removed Reviewed-by: coleenp, hseigel Contributed-by: eric.mccorkle@oracle.com
-
- 05 7月, 2013 1 次提交
-
-
由 amurillo 提交于
Reviewed-by: jcoomes
-
- 28 6月, 2013 1 次提交
-
-
由 amurillo 提交于
Reviewed-by: jcoomes
-
- 25 6月, 2013 2 次提交
- 21 6月, 2013 1 次提交
-
-
由 amurillo 提交于
Reviewed-by: jcoomes
-
- 20 6月, 2013 1 次提交
-
-
由 dholmes 提交于
Summary: Add support for a MacOS X compatible form of the libjvm mapfile. Reviewed-by: dcubed, rdurbin, coleenp
-
- 14 6月, 2013 1 次提交
-
-
由 amurillo 提交于
Reviewed-by: jcoomes
-
- 16 7月, 2013 1 次提交
-
-
由 dholmes 提交于
Reviewed-by: anthony, dholmes, dcubed Contributed-by: NTim Bell <timothy.bell@oracle.com>
-
- 14 6月, 2013 1 次提交
-
-
由 ccheung 提交于
Reviewed-by: dholmes, coleenp Contributed-by: jeremymanson@google.com, calvin.cheung@oracle.com
-
- 10 6月, 2013 1 次提交
-
-
由 sla 提交于
Reviewed-by: acorn, coleenp, sla Contributed-by: NKaren Kinnear <karen.kinnear@oracle.com>, Bengt Rutisson <bengt.rutisson@oracle.com>, Calvin Cheung <calvin.cheung@oracle.com>, Erik Gahlin <erik.gahlin@oracle.com>, Erik Helin <erik.helin@oracle.com>, Jesper Wilhelmsson <jesper.wilhelmsson@oracle.com>, Keith McGuigan <keith.mcguigan@oracle.com>, Mattias Tobiasson <mattias.tobiasson@oracle.com>, Markus Gronlund <markus.gronlund@oracle.com>, Mikael Auno <mikael.auno@oracle.com>, Nils Eliasson <nils.eliasson@oracle.com>, Nils Loodin <nils.loodin@oracle.com>, Rickard Backman <rickard.backman@oracle.com>, Staffan Larsen <staffan.larsen@oracle.com>, Stefan Karlsson <stefan.karlsson@oracle.com>, Yekaterina Kantserova <yekaterina.kantserova@oracle.com>
-
- 08 6月, 2013 2 次提交
-
-
由 tamao 提交于
Summary: Enable large file support for generated 32-bit ostream.o on Linux and Solaris (as only the two need this) by setting -D_FILE_OFFSET_BITS=64 in compilation Reviewed-by: tbell, mgerdin, dcubed Contributed-by: Ntamao <tao.mao@oracle.com>
-
由 amurillo 提交于
Reviewed-by: jcoomes
-
- 05 6月, 2013 1 次提交
-
-
由 simonis 提交于
Reviewed-by: twisti, dholmes, kvn
-
- 01 6月, 2013 1 次提交
-
-
由 amurillo 提交于
Reviewed-by: jcoomes
-
- 28 5月, 2013 2 次提交
-
-
由 jprovino 提交于
8013461: There is a symbol AsyncGetCallTrace in libjvm.symbols that does not exist in minimal/libjvm.a when DEBUG_LEVEL == release Summary: AsyncGetCallTrace is needed in libjvm.symbols so that programs which reference it can build correctly. Reviewed-by: dholmes, bobv
-
由 tschatzl 提交于
Summary: Fixed the output of G1SummarizeRSetStats: too small datatype for the number of concurrently processed cards, added concurrent remembered set thread time retrieval for Linux and Windows (BSD uses os::elapsedTime() now), and other cleanup. The information presented during VM operation is now relative to the previous output, not always cumulative if G1SummarizeRSetStatsPeriod > 0. At VM exit, the code prints a cumulative summary. Reviewed-by: johnc, jwilhelm
-
- 25 5月, 2013 1 次提交
-
-
由 amurillo 提交于
Reviewed-by: jcoomes
-
- 18 5月, 2013 1 次提交
-
-
由 amurillo 提交于
Reviewed-by: jcoomes
-
- 16 5月, 2013 2 次提交
- 15 5月, 2013 1 次提交
-
-
由 minqi 提交于
Summary: The fix of 8010992, disable use of global operator new and new[] which caused failure on some tests. This takes two of the bugs also add ALLOW_OPERATOR_NEW_USAGE to prevent crash for third party code calling operator new of jvm on certain platforms. Reviewed-by: coleenp, dholmes, zgu Contributed-by: yumin.qi@oracle.com
-