lana [Thu, 19 Nov 2015 09:36:30 -0800] rev 33817
Added tag jdk9-b93 for changeset b9b536d2fa22
duke [Wed, 05 Jul 2017 21:01:32 +0200] rev 33816
Merge
lana [Fri, 20 Nov 2015 15:41:19 -0800] rev 33815
Merge
amurillo [Fri, 13 Nov 2015 10:35:26 -0800] rev 33814
Merge
jprovino [Wed, 11 Nov 2015 23:47:41 +0000] rev 33813
Merge
ctornqvi [Wed, 11 Nov 2015 11:47:20 -0800] rev 33812
8142502: [TESTBUG] Exclude runtime/ErrorHandling/SecondaryErrorTest.java on OSX until JDK-8139300 has been resolved
Reviewed-by: hseigel, mseledtsov, minqi
tschatzl [Tue, 10 Nov 2015 11:07:15 +0100] rev 33811
8140689: Skip last young-only gc if nothing to do in the mixed gc phase
Reviewed-by: mgerdin, drwhite
tschatzl [Tue, 10 Nov 2015 11:07:15 +0100] rev 33810
8138740: Start initial mark right after mixed GC if needed
Summary: Instead of issuing a single young-only GC after the end of all mixed GCs, if needed immediately start an initial mark in that young-only GC.
Reviewed-by: drwhite, mgerdin
tschatzl [Tue, 10 Nov 2015 11:07:15 +0100] rev 33809
8139874: After G1 Full GC, the next GC is always a young-only GC
Summary: Allow initiation of an initial mark after Full GC
Reviewed-by: ehelin
tschatzl [Tue, 10 Nov 2015 11:07:15 +0100] rev 33808
8140597: Forcing an initial mark causes G1 to abort mixed collections
Summary: Postpone the initial mark request until the current mixed GC phase has finished.
Reviewed-by: mgerdin