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
Mon, 08 Jan 2018 14:06:25 -0500 8187487: crash with classes with same binary name
vromero [Mon, 08 Jan 2018 14:06:25 -0500] rev 48498
8187487: crash with classes with same binary name Reviewed-by: jjg
Mon, 08 Jan 2018 17:16:37 +0100 8193567: Conversion of comparison nodes affects local slots in optimistic continuation
hannesw [Mon, 08 Jan 2018 17:16:37 +0100] rev 48497
8193567: Conversion of comparison nodes affects local slots in optimistic continuation Reviewed-by: jlaskey, attila
Mon, 08 Jan 2018 11:20:20 +0800 8194662: Problem list com/sun/jndi/ldap/LdapTimeoutTest.java
amlu [Mon, 08 Jan 2018 11:20:20 +0800] rev 48496
8194662: Problem list com/sun/jndi/ldap/LdapTimeoutTest.java Reviewed-by: dholmes
Mon, 08 Jan 2018 10:15:21 +0800 8194666: ProblemList update for bugid associated with PreferredKey.java, ConcurrentHashMapTest and SSLSocketParametersTest.sh
amlu [Mon, 08 Jan 2018 10:15:21 +0800] rev 48495
8194666: ProblemList update for bugid associated with PreferredKey.java, ConcurrentHashMapTest and SSLSocketParametersTest.sh Reviewed-by: xuelei
Mon, 15 Jan 2018 11:07:41 +0100 8194985: JavaAdapterBytecodeGenerator passes invalid type descriptor to ASM
hannesw [Mon, 15 Jan 2018 11:07:41 +0100] rev 48494
8194985: JavaAdapterBytecodeGenerator passes invalid type descriptor to ASM Reviewed-by: sundar, attila
Sat, 13 Jan 2018 18:33:35 -0500 8031482: Some jcmds generate output with a \n as a separator rather than \r\n on Windows
gadams [Sat, 13 Jan 2018 18:33:35 -0500] rev 48493
8031482: Some jcmds generate output with a \n as a separator rather than \r\n on Windows Reviewed-by: cjplummer, sspitsyn, dholmes
Fri, 12 Jan 2018 14:33:00 -0800 8195067: problem list tools/javac/jvm/VerboseOutTest.java
iignatyev [Fri, 12 Jan 2018 14:33:00 -0800] rev 48492
8195067: problem list tools/javac/jvm/VerboseOutTest.java Reviewed-by: jjg
Fri, 12 Jan 2018 14:05:42 -0800 8194667: Regex: Serialization doesn't work with match flags
sherman [Fri, 12 Jan 2018 14:05:42 -0800] rev 48491
8194667: Regex: Serialization doesn't work with match flags Reviewed-by: rriggs
Fri, 05 Jan 2018 22:02:20 +0100 Merge
jwilhelm [Fri, 05 Jan 2018 22:02:20 +0100] rev 48490
Merge
Thu, 04 Jan 2018 22:54:40 -0500 8194279: support zhaoxin x86 cpu vendor ids CentaurHauls and Shanghai
dholmes [Thu, 04 Jan 2018 22:54:40 -0500] rev 48489
8194279: support zhaoxin x86 cpu vendor ids CentaurHauls and Shanghai Reviewed-by: dholmes, kvn Contributed-by: Vic Wang <vicwang@zhaoxin.com>
Thu, 04 Jan 2018 18:18:18 -0500 8194406: Use Atomic::replace_if_null
kbarrett [Thu, 04 Jan 2018 18:18:18 -0500] rev 48488
8194406: Use Atomic::replace_if_null Reviewed-by: coleenp, dholmes
Wed, 03 Jan 2018 17:29:20 +0000 8193260: AArch64: JVMCI: Implement trampoline calls
aph [Wed, 03 Jan 2018 17:29:20 +0000] rev 48487
8193260: AArch64: JVMCI: Implement trampoline calls Reviewed-by: adinn
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 tip