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