- 22 10月, 2013 3 次提交
-
-
由 jwilhelm 提交于
Summary: Cleanup related to the NewSize and MaxNewSize bugs Reviewed-by: tschatzl, jcoomes, ehelin
-
由 jwilhelm 提交于
Summary: Moved restricted_align_down to globalDefinitions and renamed it align_size_down_bounded Reviewed-by: stefank, mgerdin, tschatzl
-
由 jwilhelm 提交于
Summary: Removed the GenRemSet::rem_set_name() since we only have one remset. Reviewed-by: stefank, mgerdin, tschatzl
-
- 28 10月, 2013 1 次提交
-
-
由 brutisso 提交于
Reviewed-by: stefank, ehelin, ysr, tschatzl
-
- 26 10月, 2013 3 次提交
- 25 10月, 2013 6 次提交
- 24 10月, 2013 2 次提交
- 23 10月, 2013 9 次提交
-
-
由 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
-
由 amurillo 提交于
-
由 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 1 次提交
-
-
由 dsamersoff 提交于
-