jcoomes [Fri, 04 Oct 2013 13:37:25 -0700] rev 20318
Merge
jwilhelm [Thu, 03 Oct 2013 17:16:23 +0200] rev 20317
8025853: Remove unnecessary uses of GenerationSizer
Summary: Removed stray includes and some minor cleanup of GenerationSizer
Reviewed-by: tschatzl, jcoomes
jwilhelm [Thu, 03 Oct 2013 13:19:19 +0200] rev 20316
8025855: Simplify GenRemSet code slightly
Summary: Remove a few redundant switch-statements
Reviewed-by: jcoomes, tschatzl
ehelin [Wed, 02 Oct 2013 18:24:58 +0200] rev 20315
Merge
ehelin [Mon, 30 Sep 2013 11:39:07 +0200] rev 20314
8025226: TestPerfCountersAndMemoryPools.java fails with -Xmixed or -Xcomp
Reviewed-by: brutisso, mgerdin
mgerdin [Wed, 02 Oct 2013 14:33:32 +0200] rev 20313
8012525: gc/metaspace/G1AddMetaspaceDependency.java Test fails a safepoint timeout assertion or hangs.
Reviewed-by: brutisso, tschatzl
ehelin [Tue, 01 Oct 2013 15:21:14 +0200] rev 20312
8025313: MetaspaceMemoryPool incorrectly reports undefined size for max
Reviewed-by: stefank, tschatzl
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