- 15 6月, 2018 1 次提交
-
-
由 sgehwolf 提交于
Summary: Add EXTRA_LDFLAGS to linker flags for relevant libraries. Reviewed-by: ihse
-
- 02 10月, 2015 1 次提交
-
-
由 erikj 提交于
Reviewed-by: ihse, mikael
-
- 19 3月, 2015 1 次提交
-
-
由 ddehaven 提交于
Reviewed-by: dholmes, erikj
-
- 18 2月, 2015 1 次提交
-
-
由 poonam 提交于
8049881: jstack not working on core files Summary: These changes add some definitions on the SA side and the supporting code on the hotspot side. Reviewed-by: sla, dsamersoff, mgronlun
-
- 14 10月, 2014 1 次提交
-
-
由 iklam 提交于
Summary: Implemented the interface in sun.misc.URLClassPath and corresponding JVM_XXX APIs Reviewed-by: mchung, acorn, jiangli, dholmes
-
- 29 7月, 2014 1 次提交
-
-
由 jwilhelm 提交于
Summary: Store the value set by the user and some makefile changes required to change the flags. Reviewed-by: sla, mchung, bchristi, jmasa, dholmes
-
- 14 6月, 2014 1 次提交
-
-
由 ddehaven 提交于
Summary: Build system tweaks to allow building on OS X 10.9 and later Reviewed-by: erikj, dholmes
-
- 03 6月, 2014 1 次提交
-
-
由 dcubed 提交于
Summary: The build of Hotspot should not remove the symlinks for libjsig. Reviewed-by: dcubed, dholmes, lfoltan
-
- 09 5月, 2014 1 次提交
-
-
由 coleenp 提交于
Summary: Improve protection domain check in forName() Reviewed-by: mchung, acorn, jdn
-
- 28 4月, 2014 1 次提交
-
-
由 sla 提交于
Reviewed-by: mgronlun, kamg
-
- 05 9月, 2014 1 次提交
-
-
由 kvn 提交于
Summary: Added missing Hotspot make targets for 'optimized' build. Reviewed-by: iveresov
-
- 22 1月, 2014 1 次提交
-
-
由 henryjen 提交于
Reviewed-by: erikj
-
- 25 12月, 2013 1 次提交
-
-
由 mikael 提交于
Summary: Copyright year updated for files modified during 2013 Reviewed-by: twisti, iveresov
-
- 15 10月, 2013 1 次提交
-
-
由 dcubed 提交于
Summary: Add MacOS X FDS support to hotspot; add minimal MacOS X FDS import support to jdk; add MacOS X FDS support to install; add MacOS X FDS support to root. Reviewed-by: erikj, sla, dholmes, rdurbin, tbell, ihse
-
- 29 9月, 2013 1 次提交
-
-
由 twisti 提交于
Reviewed-by: iveresov
-
- 26 9月, 2013 1 次提交
-
-
由 hseigel 提交于
Summary: Enable CHECK_UNHANDLED_OOPS in fastdebug builds across all supported platforms. Reviewed-by: coleenp, hseigel, dholmes, stefank, twisti, ihse, rdurbin Contributed-by: lois.foltan@oracle.com
-
- 12 9月, 2013 1 次提交
-
-
由 dsamersoff 提交于
Summary: Enforce of preprocessing of all assembly sources by assembler-with-cpp Reviewed-by: dholmes, erikj
-
- 31 8月, 2013 1 次提交
-
-
由 hseigel 提交于
Summary: Fix comments and optimization level. Reviewed-by: rdurbin, coleenp, hseigel Contributed-by: lois.foltan@oracle.com
-
- 30 8月, 2013 1 次提交
-
-
由 hseigel 提交于
Summary: lower optimization level for unsafe.cpp due to MacOS Xcode 4.6.2 compiler optimization issue. Reviewed-by: coleenp, twisti, dholmes Contributed-by: lois.foltan@oracle.com
-
- 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
-
- 26 7月, 2013 1 次提交
-
-
由 dholmes 提交于
Reviewed-by: coleenp, bpittore
-
- 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
-
- 20 6月, 2013 1 次提交
-
-
由 dholmes 提交于
Summary: Add support for a MacOS X compatible form of the libjvm mapfile. Reviewed-by: dcubed, rdurbin, coleenp
-
- 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>
-
- 05 6月, 2013 1 次提交
-
-
由 simonis 提交于
Reviewed-by: twisti, dholmes, kvn
-
- 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
-
- 14 5月, 2013 1 次提交
-
-
由 dholmes 提交于
Reviewed-by: tbell, collins, sla, coleenp
-
- 07 5月, 2013 1 次提交
-
-
由 twisti 提交于
Reviewed-by: kvn, neliasso, ctornqvi
-
- 13 4月, 2013 1 次提交
-
-
由 katleman 提交于
Reviewed-by: iris, mduigou, jjg
-
- 16 4月, 2013 1 次提交
-
-
由 neliasso 提交于
Reviewed-by: kvn, roland Contributed-by: niclas.adlertz@oracle.com
-
- 13 4月, 2013 1 次提交
-
-
由 drchase 提交于
Summary: remove JPRT debug builds, remove -DDEBUG -DFASTDEBUG and use ASSERT instead in sources Reviewed-by: dholmes, kvn, coleenp
-
- 05 4月, 2013 1 次提交
-
-
由 kvn 提交于
Summary: Fixed incremental build makefiles generated by buildtree.make. Consolidated unix build.sh. Reviewed-by: twisti
-
- 26 3月, 2013 1 次提交
-
-
由 rbackman 提交于
Reviewed-by: dcubed, rbackman Contributed-by: NJoel Borggren-Franck <joel.franck@oracle.com>
-
- 21 3月, 2013 1 次提交
-
-
由 twisti 提交于
Reviewed-by: kvn, jcoomes
-
- 14 3月, 2013 1 次提交
-
-
由 minqi 提交于
Summary: Macosx uses Mach-O file format for binary files, not ELF format. Currently SA works on core files on other platforms, t his change enables SA work on core file generated on Darwin. Reviewed-by: sla, sspitsyn Contributed-by: yumin.qi@oracle.com
-
- 07 3月, 2013 1 次提交
-
-
由 jprovino 提交于
Summary: Force use of undefined macros to be and error. Reviewed-by: dholmes, mikael
-
- 05 3月, 2013 1 次提交
-
-
由 erikj 提交于
Reviewed-by: jcoomes, ohair
-
- 20 2月, 2013 1 次提交
-
-
由 mgerdin 提交于
Summary: Modify WhiteBoxAPI to use interface classes from test/testlibrary instead, add ClassFileInstaller to resolve the boot class path issue Reviewed-by: ctornqvi, dsamersoff, coleenp, kvn
-
- 15 2月, 2013 1 次提交
-
-
由 mikael 提交于
Summary: Fixed makefile logic to correctly special case JRE_RELEASE_VERSION and vm_version.o Reviewed-by: dholmes, erikj
-