Tue, 16 Jan 2018 07:48:01 +0100 8195094: Fix type-O in "8159422: Very high Concurrent Mark mark stack contention"
goetz [Tue, 16 Jan 2018 07:48:01 +0100] rev 48532
8195094: Fix type-O in "8159422: Very high Concurrent Mark mark stack contention" Reviewed-by: tschatzl, dholmes Contributed-by: arno.zeller@sap.com
Tue, 16 Jan 2018 12:38:21 +0530 8175542: JMX: Not enough JDP packets received
asapre [Tue, 16 Jan 2018 12:38:21 +0530] rev 48531
8175542: JMX: Not enough JDP packets received Summary: Fixed test case wrongly reporting timeout failures. Reviewed-by: dholmes, hb Contributed-by: amit.sapre@oracle.com
Mon, 15 Jan 2018 09:23:02 -0800 8195072: Update ASM 3rd party legal copyright to 6.0
ksrini [Mon, 15 Jan 2018 09:23:02 -0800] rev 48530
8195072: Update ASM 3rd party legal copyright to 6.0 Reviewed-by: vromero
Mon, 15 Jan 2018 13:09:50 +0100 8193933: Export ClassLoaderData claim state to support interleaved object traversal
mgronlun [Mon, 15 Jan 2018 13:09:50 +0100] rev 48529
8193933: Export ClassLoaderData claim state to support interleaved object traversal Reviewed-by: coleenp, hseigel
Mon, 15 Jan 2018 09:21:49 +0100 8194993: Loop Strip Mining has some leftover debugging code
roland [Mon, 15 Jan 2018 09:21:49 +0100] rev 48528
8194993: Loop Strip Mining has some leftover debugging code Summary: Removed debugging code. Reviewed-by: thartmann
Mon, 15 Jan 2018 09:19:53 +0100 8193597: sun/nio/cs/TestStringCoding.java fails intermittently with getBytes(csn) failed -> GBK
roland [Mon, 15 Jan 2018 09:19:53 +0100] rev 48527
8193597: sun/nio/cs/TestStringCoding.java fails intermittently with getBytes(csn) failed -> GBK Summary: Should not change loop limit check of outer loop. Reviewed-by: thartmann
Mon, 15 Jan 2018 09:17:25 +0100 8194914: Compilation fails with "node not on backedge" in OuterStripMinedLoopNode::adjust_strip_mined_loop
roland [Mon, 15 Jan 2018 09:17:25 +0100] rev 48526
8194914: Compilation fails with "node not on backedge" in OuterStripMinedLoopNode::adjust_strip_mined_loop Summary: Modified assert which is too strong. Reviewed-by: thartmann
Sun, 14 Jan 2018 16:42:47 -0800 8191350: jdk/internal/reflect/CallerSensitive/CheckCSMs.java test fails when -Xmx512m set
mchung [Sun, 14 Jan 2018 16:42:47 -0800] rev 48525
8191350: jdk/internal/reflect/CallerSensitive/CheckCSMs.java test fails when -Xmx512m set Reviewed-by: alanb
Thu, 21 Dec 2017 15:18:49 -0800 8193767: Improve javadoc in ResourceBundle working with modules
mchung [Thu, 21 Dec 2017 15:18:49 -0800] rev 48524
8193767: Improve javadoc in ResourceBundle working with modules Reviewed-by: alanb, naoto
Sat, 13 Jan 2018 16:47:11 +0000 8194883: Unhandleable Push Promises should be cancelled
chegar [Sat, 13 Jan 2018 16:47:11 +0000] rev 48523
8194883: Unhandleable Push Promises should be cancelled Reviewed-by: dfuchs
Fri, 12 Jan 2018 10:05:00 -0800 8194287: tools/launcher/RunpathTest.java fails with java.lang.NullPointerException
ksrini [Fri, 12 Jan 2018 10:05:00 -0800] rev 48522
8194287: tools/launcher/RunpathTest.java fails with java.lang.NullPointerException 8194286: tools/launcher/FXLauncherTest.java fails with java.lang.UnsatisfiedLinkError Reviewed-by: rriggs
Fri, 12 Jan 2018 11:41:32 -0800 8194955: Warn when default HTML version is used
jjg [Fri, 12 Jan 2018 11:41:32 -0800] rev 48521
8194955: Warn when default HTML version is used Reviewed-by: ksrini, bpatel
Fri, 12 Jan 2018 14:01:52 +0530 8194044: Regression manual Test javax/swing/JFileChooser/8067660/FileChooserTest.java fails
kaddepalli [Fri, 12 Jan 2018 14:01:52 +0530] rev 48520
8194044: Regression manual Test javax/swing/JFileChooser/8067660/FileChooserTest.java fails Reviewed-by: psadhukhan, jdv, ssadetsky
Fri, 12 Jan 2018 14:09:50 +0800 8194959: Correct test tag to move bugid from @test to @bug
amlu [Fri, 12 Jan 2018 14:09:50 +0800] rev 48519
8194959: Correct test tag to move bugid from @test to @bug Reviewed-by: sundar
Fri, 12 Jan 2018 05:07:01 +0000 Merge
lana [Fri, 12 Jan 2018 05:07:01 +0000] rev 48518
Merge
Fri, 12 Jan 2018 05:06:07 +0000 Added tag jdk-10+39 for changeset 5b834ec96236
lana [Fri, 12 Jan 2018 05:06:07 +0000] rev 48517
Added tag jdk-10+39 for changeset 5b834ec96236
Thu, 11 Jan 2018 16:40:10 -0800 8193664: AppCDS tests should use -XX:+UnlockCommercialFeatures when running with commercial JDK
iklam [Thu, 11 Jan 2018 16:40:10 -0800] rev 48516
8193664: AppCDS tests should use -XX:+UnlockCommercialFeatures when running with commercial JDK Reviewed-by: jiangli, mseledtsov, dholmes
Thu, 11 Jan 2018 15:38:57 -0800 8181878: javadoc should support/ignore --add-opens
jjg [Thu, 11 Jan 2018 15:38:57 -0800] rev 48515
8181878: javadoc should support/ignore --add-opens Reviewed-by: ksrini
Fri, 12 Jan 2018 01:52:06 +0300 8188145: MethodHandle resolution should follow JVMS sequence of lookup by name & type before type descriptor resolution
vlivanov [Fri, 12 Jan 2018 01:52:06 +0300] rev 48514
8188145: MethodHandle resolution should follow JVMS sequence of lookup by name & type before type descriptor resolution Reviewed-by: kvn, psandoz
Wed, 10 Jan 2018 22:52:08 -0500 8187805: bogus RuntimeVisibleTypeAnnotations for unused local in a block jdk-10+39
vromero [Wed, 10 Jan 2018 22:52:08 -0500] rev 48513
8187805: bogus RuntimeVisibleTypeAnnotations for unused local in a block Reviewed-by: sadayapalam
Wed, 10 Jan 2018 15:05:33 -0800 8194901: remove interim code from javax.tools.ToolProvider
jjg [Wed, 10 Jan 2018 15:05:33 -0800] rev 48512
8194901: remove interim code from javax.tools.ToolProvider Reviewed-by: mchung
Wed, 10 Jan 2018 07:21:33 -0800 8193673: Regression manual Test javax/swing/JFileChooser/6515169/bug6515169.java fails
serb [Wed, 10 Jan 2018 07:21:33 -0800] rev 48511
8193673: Regression manual Test javax/swing/JFileChooser/6515169/bug6515169.java fails Reviewed-by: erikj, psadhukhan
Tue, 09 Jan 2018 10:27:12 +0100 8194681: G1 uses young free cset time when reporting non-young free cset times
lkorinth [Tue, 09 Jan 2018 10:27:12 +0100] rev 48510
8194681: G1 uses young free cset time when reporting non-young free cset times Reviewed-by: tschatzl, kbarrett
Wed, 10 Jan 2018 12:11:08 +0100 Merge
tschatzl [Wed, 10 Jan 2018 12:11:08 +0100] rev 48509
Merge
Wed, 10 Jan 2018 10:21:25 +0100 8194824: Add gc/stress/gclocker/TestGCLockerWithParallel.java to the ProblemList file
tschatzl [Wed, 10 Jan 2018 10:21:25 +0100] rev 48508
8194824: Add gc/stress/gclocker/TestGCLockerWithParallel.java to the ProblemList file Reviewed-by: ehelin, kbarrett
Wed, 10 Jan 2018 02:31:25 -0800 8193607: Test failure with java.lang.ClassNotFoundException: compiler.tiered.LevelTransitionTest
rraghavan [Wed, 10 Jan 2018 02:31:25 -0800] rev 48507
8193607: Test failure with java.lang.ClassNotFoundException: compiler.tiered.LevelTransitionTest Summary: Added compiler.tiered.LevelTransitionTest to @build Reviewed-by: thartmann Contributed-by: ramkumar.sunderbabu@oracle.com
Wed, 10 Jan 2018 11:09:55 +0100 8194258: PPC64 safepoint mechanism: Fix initialization on AIX and support SIGTRAP
mdoerr [Wed, 10 Jan 2018 11:09:55 +0100] rev 48506
8194258: PPC64 safepoint mechanism: Fix initialization on AIX and support SIGTRAP Summary: Use mmap on AIX to allocate protected page. Use trap instructions for polling if UseSIGTRAP is enabled. Reviewed-by: rehn, goetz
Wed, 10 Jan 2018 09:04:11 +0100 8191362: [Graal] gc/g1/TestShrinkAuxiliaryData tests crash with "assert(check_klass_alignment(result)) failed: address not aligned"
thartmann [Wed, 10 Jan 2018 09:04:11 +0100] rev 48505
8191362: [Graal] gc/g1/TestShrinkAuxiliaryData tests crash with "assert(check_klass_alignment(result)) failed: address not aligned" Summary: Graal does not respect ObjectAlignmentInBytes VM option. Reviewed-by: kvn
Tue, 09 Jan 2018 22:30:20 -0500 8194836: delta apply changesets for JDK-8192885 and JDK-8175883
vromero [Tue, 09 Jan 2018 22:30:20 -0500] rev 48504
8194836: delta apply changesets for JDK-8192885 and JDK-8175883 Reviewed-by: mcimadamore
Tue, 09 Jan 2018 17:03:39 -0800 8185986: redundant/obsolete overview.html pages
jjg [Tue, 09 Jan 2018 17:03:39 -0800] rev 48503
8185986: redundant/obsolete overview.html pages Reviewed-by: darcy
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 tip