- 29 10月, 2013 1 次提交
-
-
由 dsamersoff 提交于
Summary: Fixed two compilation-breaking nits Reviewed-by: sla, dholmes
-
- 26 10月, 2013 2 次提交
- 25 10月, 2013 9 次提交
-
-
由 jcoomes 提交于
-
由 hseigel 提交于
-
由 hseigel 提交于
8026822: metaspace/flags/maxMetaspaceSize throws OOM of unexpected type.java.lang.OutOfMemoryError: Compressed class space Summary: Incorporate chunk size when seeing if OutOfMemoryError was caused by Metaspace or Compressed class space. Reviewed-by: stefank, coleenp
-
由 jbachorik 提交于
Summary: Use HR timer when available for os::elapsed_counter() on linux/bsd. Add a new counter for the JVM uptime. Reviewed-by: dholmes, sla
-
由 iklam 提交于
Summary: Use hard-coded DEFAULT_MAIN_THREAD_STACK_PAGES = 2048 for 10.9 Reviewed-by: dcubed, iveresov Contributed-by: gerard.ziemski@oracle.com
-
由 iveresov 提交于
-
由 iveresov 提交于
-
由 ccheung 提交于
-
由 roland 提交于
Summary: force TypeProfileLevel to 0 on non x86 Reviewed-by: twisti
-
- 24 10月, 2013 3 次提交
-
-
由 farvidsson 提交于
Summary: Rewrite of the getLoadedClasses() method implementation to include anonymous classes. Reviewed-by: coleenp, sspitsyn
-
由 vlivanov 提交于
Reviewed-by: kvn, twisti
-
由 sspitsyn 提交于
Reviewed-by: jrose
-
- 23 10月, 2013 8 次提交
-
-
由 farvidsson 提交于
Summary: Fixes a bug with vmArgs when using JDKToolLauncher Reviewed-by: sla, dholmes
-
由 tschatzl 提交于
Summary: The field G1AllocRegion::_alloc_region needs to be declared volatile as it is used with that intention. Otherwise the compiler may generate the code that reloads the value which might have changed in the meantime, leading to spurious crashes. Reviewed-by: iveresov, simonis, tschatzl Contributed-by: NAxel Siebenborn <axel.siebenborn@sap.com>
-
由 hseigel 提交于
-
由 iklam 提交于
-
由 iklam 提交于
Summary: Revert changes in JDK-8008962 Reviewed-by: coleenp, sspitsyn
-
由 hseigel 提交于
Summary: Created simple regression test for the bug Reviewed-by: hseigel, lfoltan, zgu Contributed-by: mikhailo.seledtsov@oracle.com
-
由 jcoomes 提交于
-
由 hseigel 提交于
Summary: If the resolved interface does not itself contain "clone" or "finalize" methods, the method/interface method resolution looks to the interface's super class, java.lang.Object. With the JDK 8 interface method accessability check requirement, since these two methods are declared within Object as protected, they must be special cased in LinkResolver::check_method_accessability() in order to avoid an IAE. Reviewed-by: acorn, dholmes Contributed-by: lois.foltan@oracle.com
-
- 22 10月, 2013 6 次提交
-
-
由 sjohanss 提交于
Summary: Changed the use of %d to SIZE_FORMAT macro in format string when printing size_t values. Reviewed-by: stefank, ehelin
-
由 dholmes 提交于
-
由 dholmes 提交于
-
由 dholmes 提交于
8026872: [TESTBUG] Classes OOMCrashClass4000_1.class and OOMCrashClass1960_2.class from runtime/ClassFile/ tests won't run on compact profiles Reviewed-by: sla, sspitsyn
-
由 ccheung 提交于
-
由 amurillo 提交于
Reviewed-by: tbell, jcoomes
-
- 21 10月, 2013 3 次提交
- 20 10月, 2013 1 次提交
-
-
由 dsamersoff 提交于
8026930: In ManagementAgent.start it should be possible to set the jdp.name parameter (hotspot part) Summary: Pass one more property from Agent to JdpController Reviewed-by: jbachorik, sla
-
- 19 10月, 2013 5 次提交
- 18 10月, 2013 2 次提交
-
-
由 dsamersoff 提交于
-
由 mgerdin 提交于
Reviewed-by: stefank, jwilhelm
-