duke [Wed, 05 Jul 2017 18:39:42 +0200] rev 15500
Merge
amurillo [Fri, 08 Feb 2013 08:07:07 -0800] rev 15499
Added tag hs25-b18 for changeset f3f52401a78c
amurillo [Fri, 08 Feb 2013 08:07:06 -0800] rev 15498
Merge
brutisso [Fri, 08 Feb 2013 10:08:40 +0100] rev 15497
Merge
johnc [Tue, 05 Feb 2013 22:24:36 -0800] rev 15496
Merge
johnc [Tue, 05 Feb 2013 09:13:05 -0800] rev 15495
8005032: G1: Cleanup serial reference processing closures in concurrent marking
Summary: Reuse the parallel reference processing oop closures during serial reference processing.
Reviewed-by: brutisso
jwilhelm [Mon, 28 Jan 2013 15:41:45 +0100] rev 15494
6348447: Specifying -XX:OldSize crashes 64-bit VMs
Summary: Heap size will be set to allow for OldSize to fit. Also reviewed by vitalyd@gmail.com
Reviewed-by: ehelin, jmasa
johnc [Mon, 04 Feb 2013 19:40:27 -0800] rev 15493
Merge
johnc [Mon, 04 Feb 2013 13:24:57 -0800] rev 15492
8001384: G1: assert(!is_null(v)) failed: narrow oop value can never be zero
Summary: Flush any deferred card mark before a Java thread exits.
Reviewed-by: brutisso, jmasa
jmasa [Mon, 04 Feb 2013 13:26:04 -0800] rev 15491
Merge
jmasa [Mon, 04 Feb 2013 12:51:25 -0800] rev 15490
Merge
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