Mon, 24 Feb 2014 10:45:15 +0100 8034948: Back out JDK-6976350 since it does not fix any issue
tschatzl [Mon, 24 Feb 2014 10:45:15 +0100] rev 22904
8034948: Back out JDK-6976350 since it does not fix any issue Summary: Revert JDK-6976350 because it does not improve PLAB fragmentation. To the contrary, it tends to increase the amount of wasted space with many threads. Reviewed-by: brutisso
Mon, 24 Feb 2014 09:41:04 +0100 8035329: Move G1ParCopyClosure::copy_to_survivor_space into G1ParScanThreadState
tschatzl [Mon, 24 Feb 2014 09:41:04 +0100] rev 22903
8035329: Move G1ParCopyClosure::copy_to_survivor_space into G1ParScanThreadState Summary: Move G1ParCopyClosure::copy_to_survivor_space to decrease code size. Reviewed-by: stefank, jmasa
Mon, 24 Feb 2014 09:40:49 +0100 8035326: Assume non-NULL references in G1CollectedHeap::in_cset_fast_test
tschatzl [Mon, 24 Feb 2014 09:40:49 +0100] rev 22902
8035326: Assume non-NULL references in G1CollectedHeap::in_cset_fast_test Summary: Remove the assumption that G1CollectedHeap::in_cset_fast_test needs to check for NULL references. Most of the time this is not required, making the code doing this check multiple times. Reviewed-by: stefank, mgerdin, jmasa
Mon, 24 Feb 2014 09:40:21 +0100 8027559: Decrease code size and templatizing in G1ParCopyClosure::do_oop_work
tschatzl [Mon, 24 Feb 2014 09:40:21 +0100] rev 22901
8027559: Decrease code size and templatizing in G1ParCopyClosure::do_oop_work Summary: Move methods that are not dependent on any of G1ParCopyClosure's template parameters into G1ParCopyHelper. Further remove unused methods and members of the class hierarchy. Reviewed-by: mgerdin, stefank
Fri, 21 Feb 2014 10:19:09 +0100 8035412: Cleanup ClassLoaderData::is_alive
stefank [Fri, 21 Feb 2014 10:19:09 +0100] rev 22900
8035412: Cleanup ClassLoaderData::is_alive Reviewed-by: coleenp, mgerdin
Fri, 21 Feb 2014 10:01:20 +0100 8035393: Use CLDClosure instead of CLDToOopClosure in frame::oops_interpreted_do
stefank [Fri, 21 Feb 2014 10:01:20 +0100] rev 22899
8035393: Use CLDClosure instead of CLDToOopClosure in frame::oops_interpreted_do Reviewed-by: tschatzl, coleenp
Mon, 24 Feb 2014 21:54:22 -0800 8025519: [TESTBUG] runtime/7107135/Test7107135.sh need to use COMPILEJAVA for javac task
ccheung [Mon, 24 Feb 2014 21:54:22 -0800] rev 22898
8025519: [TESTBUG] runtime/7107135/Test7107135.sh need to use COMPILEJAVA for javac task Summary: modified some tests to use COMPILEJAVA instead of TESTJAVA for javac and include path Reviewed-by: dholmes, mseledtsov
Mon, 24 Feb 2014 10:28:22 +0100 4505697: nsk/jdi/ExceptionEvent/_itself_/exevent006 and exevent008 tests fail with InvocationTargetException
jbachorik [Mon, 24 Feb 2014 10:28:22 +0100] rev 22897
4505697: nsk/jdi/ExceptionEvent/_itself_/exevent006 and exevent008 tests fail with InvocationTargetException Reviewed-by: dcubed, dholmes, sspitsyn
Mon, 24 Feb 2014 13:29:14 +0100 8035650: Exclude AIX from VS.NET make/windows/projectcreator.make
mgronlun [Mon, 24 Feb 2014 13:29:14 +0100] rev 22896
8035650: Exclude AIX from VS.NET make/windows/projectcreator.make Reviewed-by: dholmes, sla
Sun, 23 Feb 2014 22:36:19 -0800 8034867: Object references from expression stack are not visible as roots via jvmti FollowReferences and HeapDump
sspitsyn [Sun, 23 Feb 2014 22:36:19 -0800] rev 22895
8034867: Object references from expression stack are not visible as roots via jvmti FollowReferences and HeapDump Summary: The heap walking is inconsistent without following references from expression stack, so need to fix it Reviewed-by: coleenp, sspitsyn Contributed-by: axel.siebenborn@sap.com
(0) -10000 -3000 -1000 -300 -100 -10 +10 +100 +300 +1000 +3000 +10000 +30000 tip