Wed, 23 Oct 2013 10:23:06 +0200 8025728: Missing volatile specifier for field G1AllocRegion::_alloc_region
tschatzl [Wed, 23 Oct 2013 10:23:06 +0200] rev 21119
8025728: Missing volatile specifier for field G1AllocRegion::_alloc_region 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: Axel Siebenborn <axel.siebenborn@sap.com>
Tue, 22 Oct 2013 12:03:50 -0700 Merge
jcoomes [Tue, 22 Oct 2013 12:03:50 -0700] rev 21118
Merge
Tue, 22 Oct 2013 11:50:12 +0200 8026848: -XX:+G1SummarizeRSetStats can result in wrong exit code and crash
sjohanss [Tue, 22 Oct 2013 11:50:12 +0200] rev 21117
8026848: -XX:+G1SummarizeRSetStats can result in wrong exit code and crash Summary: Changed the use of %d to SIZE_FORMAT macro in format string when printing size_t values. Reviewed-by: stefank, ehelin
Mon, 21 Oct 2013 14:20:47 +0200 8025834: NPE in Parallel Scavenge with -XX:+CheckUnhandledOops
ehelin [Mon, 21 Oct 2013 14:20:47 +0200] rev 21116
8025834: NPE in Parallel Scavenge with -XX:+CheckUnhandledOops Reviewed-by: coleenp, mgerdin, sspitsyn
(0) -10000 -3000 -1000 -300 -100 -30 -10 -4 +4 +10 +30 +100 +300 +1000 +3000 +10000 +30000 tip