mlarsson [Tue, 21 Oct 2014 11:57:22 +0200] rev 27251
6979279: remove special-case code for ParallelGCThreads==0
Reviewed-by: jwilhelm, brutisso, kbarrett
sjohanss [Mon, 20 Oct 2014 10:18:17 +0200] rev 27250
8058568: GC cleanup phase can cause G1 skipping a System.gc()
Summary: Marking G1 FullGC as a _full collection and passing down the correct before count.
Reviewed-by: brutisso, mgerdin
jwilhelm [Fri, 22 Aug 2014 10:10:08 +0200] rev 27249
8055702: Remove the generations array
Summary: The _gens array is removed and replaced by explicit _young_gen and _old_gen variables.
Reviewed-by: mgerdin, kbarrett
jwilhelm [Mon, 20 Oct 2014 15:23:33 +0200] rev 27248
Merge
stefank [Thu, 02 Oct 2014 10:55:36 +0200] rev 27247
8056240: Investigate increased GC remark time after class unloading changes in CRM Fuse
Reviewed-by: mgerdin, coleenp, bdelsart
dcubed [Sat, 18 Oct 2014 11:37:11 -0700] rev 27246
Merge
dcubed [Fri, 17 Oct 2014 06:58:57 -0700] rev 27245
Merge
jiangli [Thu, 16 Oct 2014 14:11:53 -0400] rev 27244
8060256: The loop in Arguments::parse() can be enhanced.
Summary: Add continue statement for matching cases.
Reviewed-by: dholmes, bdelsart
katleman [Thu, 30 Oct 2014 08:34:54 -0700] rev 27243
Added tag jdk9-b37 for changeset 566704615ade
lana [Thu, 30 Oct 2014 13:55:41 -0700] rev 27242
Merge