mlarsson [Wed, 11 Feb 2015 14:47:21 +0100] rev 28940
8066566: Refactor ParNewGeneration to contain ParNewTracer
Reviewed-by: ehelin, kbarrett
tschatzl [Tue, 10 Feb 2015 17:41:19 -0500] rev 28939
8065093: Remove unused variable/output argument
Summary: Remove total_reserved from GenCollectedHeap::initialize and ::allocate
Reviewed-by: tschatzl, kbarrett
Contributed-by: tom.benson@oracle.com
tschatzl [Tue, 10 Feb 2015 15:44:42 -0500] rev 28938
8072056: Remove unnecessary header file #include
Summary: tenuredGeneration.cpp needlessly includes parGCAllocBuffer.hpp
Reviewed-by: tschatzl, kbarrett, jprovino
Contributed-by: tom.benson@oracle.com
jwilhelm [Mon, 09 Feb 2015 17:38:42 +0100] rev 28937
8072688: Description of flag ExplicitGCInvokesConcurrent should mention G1 as well
Summary: Changed to a more generic description.
Reviewed-by: mgerdin, tschatzl
skovalev [Mon, 09 Feb 2015 09:51:12 +0300] rev 28936
8071811: gc/arguments/TestG1ConcRefinementThreads.java failed on Exception: java.lang.RuntimeException: Actual G1ConcRefinementThreads(0) is not equal to expected value(23)
Reviewed-by: jwilhelm, iignatyev
mgerdin [Fri, 06 Feb 2015 16:24:25 +0100] rev 28935
8072693: [BACKOUT] GCCause should distinguish jcmd GC.run from System.gc()
Reviewed-by: jwilhelm, tschatzl
vlivanov [Thu, 12 Feb 2015 13:55:54 -0800] rev 28934
Merge
roland [Mon, 09 Feb 2015 13:45:59 +0100] rev 28933
8071821: Assert failed in UnexpectedDeoptimizationTest.java
Summary: assert fires in case of concurrent initialization of ciInstanceKlass::_has_injected_fields
Reviewed-by: kvn
roland [Mon, 09 Feb 2015 15:10:58 +0100] rev 28932
8072016: Array copy may cause infinite cycle of deoptimization/compilation
Summary: Infinite deoptimization/recompilation cycles in case of arraycopy with tightly coupled allocation
Reviewed-by: kvn, vlivanov
roland [Fri, 06 Feb 2015 13:50:44 +0100] rev 28931
8071999: SA's buildreplayjars fail with exception
Summary: support default methods when dumping classes in SA
Reviewed-by: vlivanov, kvn, dsamersoff