goetz [Fri, 19 Dec 2014 16:42:16 +0100] rev 28219
8067823: CheckCompileThresholdScaling.java throws RuntimeException
Reviewed-by: kvn, iignatyev
jwilhelm [Tue, 23 Dec 2014 14:03:15 +0100] rev 28218
Merge
kbarrett [Thu, 18 Dec 2014 13:26:37 -0500] rev 28217
8067499: G1SATBCardTableModRefBS should not inherit from CardTableModRefBSForCTRS
Summary: G1SATBCardTableModRefBS inherits from CardTableModRefBS
Reviewed-by: mgerdin, brutisso, tschatzl
jwilhelm [Mon, 22 Dec 2014 17:40:46 +0000] rev 28216
Merge
tschatzl [Mon, 22 Dec 2014 16:49:24 +0100] rev 28215
8068036: assert(is_available(index)) failed in G1 cset
Summary: Some verification code iterated over the heap using the region mapping array. This is not allowed. Changed to use the regular iteration method with closure.
Reviewed-by: jwilhelm, brutisso
jwilhelm [Thu, 18 Dec 2014 16:15:49 +0100] rev 28214
Merge
tschatzl [Fri, 19 Dec 2014 09:21:06 +0100] rev 28213
8060025: Object copy time regressions after JDK-8031323 and JDK-8057536
Summary: Evaluate and improve object copy time by micro-optimizations and splitting out slow and fast paths aggressively.
Reviewed-by: kbarrett, mgerdin, jmasa
Contributed-by: Tony Printezis <tprintezis@twitter.com>, Thomas Schatzl <thomas.schatzl@oracle.com>
kbarrett [Wed, 17 Dec 2014 22:32:44 -0500] rev 28212
8066827: Remove ReferenceProcessor::clean_up_discovered_references()
Summary: Abandon rather than clean up discovered references.
Reviewed-by: jmasa, ysr
brutisso [Thu, 18 Dec 2014 13:30:00 +0000] rev 28211
Merge
brutisso [Thu, 18 Dec 2014 13:37:02 +0100] rev 28210
8067873: gc/TestSmallHeap.java does not compile
Reviewed-by: mgerdin, jwilhelm
tschatzl [Thu, 18 Dec 2014 11:23:18 +0000] rev 28209
Merge
tschatzl [Thu, 18 Dec 2014 09:37:02 +0100] rev 28208
8067469: G1 ignores AlwaysPreTouch
Summary: Factor out pretouch code of the various virtual space management classes and use them everywhere including in G1.
Reviewed-by: stefank, ehelin, dholmes
mgerdin [Mon, 08 Dec 2014 18:57:33 +0100] rev 28207
8067655: Clean up G1 remembered set oop iteration
Summary: Pass on the static type G1ParPushHeapRSClosure to allow oop_iterate devirtualization
Reviewed-by: jmasa, kbarrett
drwhite [Wed, 17 Dec 2014 18:09:24 +0100] rev 28206
8061611: Remove deprecated command line flags
Reviewed-by: jwilhelm, brutisso
brutisso [Wed, 17 Dec 2014 09:47:14 +0100] rev 28205
8067438: Add test to verify minimal heap size
Reviewed-by: dfazunen, ehelin
kvn [Mon, 22 Dec 2014 14:35:40 -0800] rev 28204
8067985: merging hs-comp to hs blocked by some tests not updated in 8054892
Reviewed-by: iveresov