brutisso [Tue, 01 Oct 2013 07:52:52 +0200] rev 20311
8025605: G1: Heap expansion logging misleading for fully expanded heap
Reviewed-by: tschatzl, jwilhelm, jmasa
tschatzl [Mon, 30 Sep 2013 12:43:59 +0200] rev 20310
8025441: G1: assert "assert(thread < _num_vtimes) failed: just checking" fails when G1ConcRefinementThreads > ParallelGCThreads
Summary: The initialization for the remembered set summary data structures used the wrong thread count, i.e. number of worker threads instead of number of refinement threads.
Reviewed-by: brutisso
mgerdin [Tue, 24 Sep 2013 14:46:29 +0200] rev 20309
8025305: Cleanup CardTableModRefBS usage in G1
Summary: Move some G1 specific code from CardTableModRefBS to G1SATBCardTableModRefBS.
Reviewed-by: brutisso, tschatzl, ehelin
tschatzl [Fri, 27 Sep 2013 13:41:07 +0200] rev 20308
Merge
tschatzl [Fri, 27 Sep 2013 11:18:26 +0200] rev 20307
Merge
mgerdin [Fri, 27 Sep 2013 10:23:12 +0200] rev 20306
8025279: metaspace/flags/maxMetaspaceSize throws OOM: out of Compressed Klass space
Summary: Only put "Compressed class space" as OOM cause if actually using Compressed class space
Reviewed-by: jwilhelm, stefank, ehelin, coleenp
tschatzl [Thu, 26 Sep 2013 12:49:45 +0200] rev 20305
8014078: G1: improve remembered set summary information by providing per region type information
Summary: Add memory consumption breakdown on a per region type in the G1 remembered set summary statistics. This simplifies remembered set memory consumption analysis.
Reviewed-by: brutisso
vladidan [Thu, 03 Oct 2013 10:35:32 -0700] rev 20304
Merge
jprovino [Thu, 03 Oct 2013 10:25:54 -0400] rev 20303
Merge
jiangli [Fri, 27 Sep 2013 13:53:43 -0400] rev 20302
Merge
jiangli [Fri, 27 Sep 2013 13:49:57 -0400] rev 20301
8024990: JT_JDK: 11 failures with SIGSEGV on arm-sflt platforms in nightly fastdebug build.
Summary: Enable patching for load_appendix_id.
Reviewed-by: kvn, dlong, bdelsart
iveresov [Thu, 03 Oct 2013 16:38:21 +0400] rev 20300
Merge
vlivanov [Wed, 02 Oct 2013 06:17:10 -0700] rev 20299
8025233: Move sun.invoke.Stable into java.lang.invoke package
Reviewed-by: twisti, iveresov
drchase [Fri, 27 Sep 2013 13:36:25 -0400] rev 20298
8025260: Methodhandles/JSR292: NullPointerException (NPE) thrown instead of AbstractMethodError (AME)
Summary: Copied null-checks from templateInterpreter_CPU into methodHandles_CPU
Reviewed-by: jrose, twisti
twisti [Mon, 30 Sep 2013 15:42:39 -0700] rev 20297
8025599: Missing store barrier with OptimizeStringConcat
Reviewed-by: kvn, twisti
Contributed-by: Axel Siebenborn <axel.siebenborn@sap.com>
shade [Fri, 27 Sep 2013 11:52:24 +0400] rev 20296
8014447: Object.hashCode intrinsic breaks inline caches
Summary: Try to inline as normal method first, then fall back to intrinsic.
Reviewed-by: kvn, twisti