johnc [Thu, 31 Jan 2013 10:45:09 -0800] rev 15489
8005875: G1: Kitchensink fails with ParallelGCThreads=0
Summary: Check that the concurrent marking worker gang exists in ConcurrentMark::print_worker_threads_on(). Changes were also reviewed by Vitaly Davidovich <vitalyd@gmail.com>.
Reviewed-by: brutisso
mikael [Fri, 01 Feb 2013 17:21:53 -0800] rev 15488
8007257: NPG: metaspace.cpp: Incorrect arguments in calls to err_msg
Summary: Fix size checks in assert and corrected some print formats. Also reviewed by vitalyd@gmail.com.
Reviewed-by: coleenp, sspitsyn
johnc [Fri, 01 Feb 2013 13:17:04 -0800] rev 15487
8006894: G1: Number of marking threads missing from PrintFlagsFinal output
Summary: Set ConcGCThreads to the calculated number of marking threads.
Reviewed-by: jmasa, ysr
stefank [Tue, 29 Jan 2013 10:51:33 +0100] rev 15486
8004710: NPG: jmap could throw sun.jvm.hotspot.types.WrongTypeException after PermGen removal
Summary: When calculating live object regions, make sure that the alignment reserve, at the end of a TLAB, is excluded.
Reviewed-by: jmasa, brutisso
vladidan [Thu, 07 Feb 2013 20:40:14 -0500] rev 15485
Merge
bpittore [Thu, 07 Feb 2013 16:05:48 -0500] rev 15484
Merge
dlong [Sun, 27 Jan 2013 01:07:09 -0800] rev 15483
Merge
jprovino [Wed, 23 Jan 2013 13:02:39 -0500] rev 15482
8005915: Unify SERIALGC and INCLUDE_ALTERNATE_GCS
Summary: Rename INCLUDE_ALTERNATE_GCS to INCLUDE_ALL_GCS and replace SERIALGC with INCLUDE_ALL_GCS.
Reviewed-by: coleenp, stefank