Fri, 13 Nov 2015 12:00:23 -0500 8141571: jdk/internal/jimage/JImageReadTest.java crashing in msvcr120.dll
rriggs [Fri, 13 Nov 2015 12:00:23 -0500] rev 33825
8141571: jdk/internal/jimage/JImageReadTest.java crashing in msvcr120.dll Summary: add asserts to diagnose Reviewed-by: jlaskey
Fri, 13 Nov 2015 11:52:56 -0500 8054978: java.time.Duration.parse() fails for negative duration with 0 seconds and nanos
ntv [Fri, 13 Nov 2015 11:52:56 -0500] rev 33824
8054978: java.time.Duration.parse() fails for negative duration with 0 seconds and nanos Reviewed-by: rriggs, scolebourne
Fri, 13 Nov 2015 07:22:48 -0500 Merge
mullan [Fri, 13 Nov 2015 07:22:48 -0500] rev 33823
Merge
Thu, 12 Nov 2015 17:45:33 -0500 Merge
mullan [Thu, 12 Nov 2015 17:45:33 -0500] rev 33822
Merge
Thu, 12 Nov 2015 16:09:09 -0500 Merge
mullan [Thu, 12 Nov 2015 16:09:09 -0500] rev 33821
Merge
Thu, 12 Nov 2015 16:07:14 -0500 8072463: Remove requirement that AKID and SKID have to match when building certificate chain
mullan [Thu, 12 Nov 2015 16:07:14 -0500] rev 33820
8072463: Remove requirement that AKID and SKID have to match when building certificate chain Reviewed-by: xuelei
Thu, 12 Nov 2015 16:04:07 -0800 8142363: Remove LFMultiThreadCachingTest.java from windows problem list
darcy [Thu, 12 Nov 2015 16:04:07 -0800] rev 33819
8142363: Remove LFMultiThreadCachingTest.java from windows problem list Reviewed-by: lancea
Thu, 12 Nov 2015 14:15:05 -0800 Merge
lana [Thu, 12 Nov 2015 14:15:05 -0800] rev 33818
Merge
Thu, 19 Nov 2015 09:36:30 -0800 Added tag jdk9-b93 for changeset b9b536d2fa22
lana [Thu, 19 Nov 2015 09:36:30 -0800] rev 33817
Added tag jdk9-b93 for changeset b9b536d2fa22
Wed, 05 Jul 2017 21:01:32 +0200 Merge
duke [Wed, 05 Jul 2017 21:01:32 +0200] rev 33816
Merge
Fri, 20 Nov 2015 15:41:19 -0800 Merge
lana [Fri, 20 Nov 2015 15:41:19 -0800] rev 33815
Merge
Fri, 13 Nov 2015 10:35:26 -0800 Merge
amurillo [Fri, 13 Nov 2015 10:35:26 -0800] rev 33814
Merge
Wed, 11 Nov 2015 23:47:41 +0000 Merge
jprovino [Wed, 11 Nov 2015 23:47:41 +0000] rev 33813
Merge
Wed, 11 Nov 2015 11:47:20 -0800 8142502: [TESTBUG] Exclude runtime/ErrorHandling/SecondaryErrorTest.java on OSX until JDK-8139300 has been resolved
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
Tue, 10 Nov 2015 11:07:15 +0100 8140689: Skip last young-only gc if nothing to do in the mixed gc phase
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
Tue, 10 Nov 2015 11:07:15 +0100 8138740: Start initial mark right after mixed GC if needed
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
Tue, 10 Nov 2015 11:07:15 +0100 8139874: After G1 Full GC, the next GC is always a young-only GC
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
Tue, 10 Nov 2015 11:07:15 +0100 8140597: Forcing an initial mark causes G1 to abort mixed collections
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
Tue, 27 Oct 2015 12:25:08 +0100 8140584: nmethod::oops_do_marking_epilogue always runs verification code
stefank [Tue, 27 Oct 2015 12:25:08 +0100] rev 33807
8140584: nmethod::oops_do_marking_epilogue always runs verification code Reviewed-by: tschatzl, kvn
Mon, 09 Nov 2015 11:50:15 -0500 8141654: Tests missing -XX:+UnlockDiagnosticVMOptions
kbarrett [Mon, 09 Nov 2015 11:50:15 -0500] rev 33806
8141654: Tests missing -XX:+UnlockDiagnosticVMOptions Summary: Add missing unlock options. Reviewed-by: brutisso, tschatzl
Tue, 10 Nov 2015 20:39:29 +0000 Merge
tschatzl [Tue, 10 Nov 2015 20:39:29 +0000] rev 33805
Merge
Tue, 10 Nov 2015 17:57:01 +0100 Merge
tschatzl [Tue, 10 Nov 2015 17:57:01 +0100] rev 33804
Merge
Tue, 10 Nov 2015 09:29:40 +0100 8140585: PLAB statistics are flushed too late
tschatzl [Tue, 10 Nov 2015 09:29:40 +0100] rev 33803
8140585: PLAB statistics are flushed too late Summary: Move the call to G1EvacStats::adjust_desired_plab_sz() to after flushing the per-thread statistics. Reviewed-by: mgerdin, jmasa
Tue, 10 Nov 2015 20:34:36 +0100 Merge
iklam [Tue, 10 Nov 2015 20:34:36 +0100] rev 33802
Merge
Tue, 10 Nov 2015 09:38:24 -0800 8080940: Remove mcs post-hook from hotspot solaris builds
iklam [Tue, 10 Nov 2015 09:38:24 -0800] rev 33801
8080940: Remove mcs post-hook from hotspot solaris builds Reviewed-by: dholmes, ihse, erikj
Tue, 10 Nov 2015 17:15:48 +0000 Merge
hseigel [Tue, 10 Nov 2015 17:15:48 +0000] rev 33800
Merge
Tue, 10 Nov 2015 08:42:53 -0500 8139164: JVM should throw ClassFormatError for non-void methods named <clinit>
hseigel [Tue, 10 Nov 2015 08:42:53 -0500] rev 33799
8139164: JVM should throw ClassFormatError for non-void methods named <clinit> Summary: If method being parsed is named <clinit>, throw ClassFormatError if it is not void or has arguments, for class file version >= 51. Reviewed-by: acorn, lfoltan
Tue, 10 Nov 2015 09:49:14 +0100 8140404: Revert the removal of CMSTestInFreeList
david [Tue, 10 Nov 2015 09:49:14 +0100] rev 33798
8140404: Revert the removal of CMSTestInFreeList Reviewed-by: jmasa, brutisso
Mon, 09 Nov 2015 15:09:03 +0100 8141946: Remove develop flag G1TraceHeapRegionRememberedSet
david [Mon, 09 Nov 2015 15:09:03 +0100] rev 33797
8141946: Remove develop flag G1TraceHeapRegionRememberedSet Reviewed-by: mgerdin, tschatzl
Tue, 10 Nov 2015 04:37:35 +0000 Merge
sspitsyn [Tue, 10 Nov 2015 04:37:35 +0000] rev 33796
Merge
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 tip