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
Tue, 09 Jan 2018 16:24:24 +0100 8194742: Writing replay data crashes: task is NULL
goetz [Tue, 09 Jan 2018 16:24:24 +0100] rev 48502
8194742: Writing replay data crashes: task is NULL Summary: Added missing NULL check. Reviewed-by: thartmann
Fri, 15 Dec 2017 16:51:13 +0100 8193608: Quarantine test/hotspot/jtreg/compiler/codegen/Test6896617.java until JDK-8193479 is fixed
thartmann [Fri, 15 Dec 2017 16:51:13 +0100] rev 48501
8193608: Quarantine test/hotspot/jtreg/compiler/codegen/Test6896617.java until JDK-8193479 is fixed Summary: Added test to ProblemList.txt Reviewed-by: vlivanov
Tue, 09 Jan 2018 15:21:19 +0530 8194067: [Testbug] serviceability/sa/Jhsdb* tests can't tolerate unrelated warnings
sballal [Tue, 09 Jan 2018 15:21:19 +0530] rev 48500
8194067: [Testbug] serviceability/sa/Jhsdb* tests can't tolerate unrelated warnings Reviewed-by: dholmes, sspitsyn
Mon, 08 Jan 2018 17:32:54 -0800 8187951: Update javax.lang.model.SourceVersion for "var" name
darcy [Mon, 08 Jan 2018 17:32:54 -0800] rev 48499
8187951: Update javax.lang.model.SourceVersion for "var" name Reviewed-by: jjg, mcimadamore
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -24 +24 +50 +100 +300 +1000 +3000 +10000 tip