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
Thu, 21 Dec 2017 09:05:32 +0100 8193927: Optimize scanning code for oops.
goetz [Thu, 21 Dec 2017 09:05:32 +0100] rev 48486
8193927: Optimize scanning code for oops. Reviewed-by: simonis, mdoerr, aph
Tue, 02 Jan 2018 07:50:17 -0500 8188856: Incorrect file path in an exception message when .java_pid is not accessible on Unix
gadams [Tue, 02 Jan 2018 07:50:17 -0500] rev 48485
8188856: Incorrect file path in an exception message when .java_pid is not accessible on Unix Reviewed-by: cjplummer, sspitsyn
Tue, 05 Dec 2017 10:43:23 +0000 8193193: AArch64: immByteMapBase operand generated for non-CardTable GCs
rkennke [Tue, 05 Dec 2017 10:43:23 +0000] rev 48484
8193193: AArch64: immByteMapBase operand generated for non-CardTable GCs Reviewed-by: aph
Tue, 19 Dec 2017 19:55:23 -0800 8191989: JDK-8190862 work for arch sparc
jcbeyler [Tue, 19 Dec 2017 19:55:23 -0800] rev 48483
8191989: JDK-8190862 work for arch sparc Summary: Fixed Interpreter never refills TLAB Reviewed-by: tschatzl, rehn
Tue, 19 Dec 2017 20:10:59 -0800 8191986: JDK-8190862 work for arch aarch64
jcbeyler [Tue, 19 Dec 2017 20:10:59 -0800] rev 48482
8191986: JDK-8190862 work for arch aarch64 Summary: Fixed Interpreter never refills TLAB Reviewed-by: dsamersoff, adinn, tschatzl, rehn
Mon, 18 Dec 2017 15:38:20 -0800 8191027: JDK-8190862 work for arch x86/x64
jcbeyler [Mon, 18 Dec 2017 15:38:20 -0800] rev 48481
8191027: JDK-8190862 work for arch x86/x64 Summary: Fixed Interpreter never refills TLAB Reviewed-by: tschatzl, mdoerr, rehn
Fri, 22 Dec 2017 18:34:36 +0100 8193930: [JVMCI] calling ResolvedTypeType.getClassInitializer on an array type crashes
dnsimon [Fri, 22 Dec 2017 18:34:36 +0100] rev 48480
8193930: [JVMCI] calling ResolvedTypeType.getClassInitializer on an array type crashes Reviewed-by: never, dlong
Wed, 29 Nov 2017 13:58:28 +0100 8192123: Zero should use compiler built-ins for atomics on linux-arm
glaubitz [Wed, 29 Nov 2017 13:58:28 +0100] rev 48479
8192123: Zero should use compiler built-ins for atomics on linux-arm Reviewed-by: aph
Fri, 22 Dec 2017 09:51:16 -0800 8193699: aarch64 fails to build after 8167372
rraghavan [Fri, 22 Dec 2017 09:51:16 -0800] rev 48478
8193699: aarch64 fails to build after 8167372 Summary: added ThreadInVMfromUnknown support Reviewed-by: smonteith, vlivanov
Fri, 22 Dec 2017 15:55:29 +0000 8179424: Remove terminally deprecated sun.reflect.Reflection.getCallerClass
chegar [Fri, 22 Dec 2017 15:55:29 +0000] rev 48477
8179424: Remove terminally deprecated sun.reflect.Reflection.getCallerClass Reviewed-by: alanb, dfuchs, dholmes, lancea, mchung, rriggs
Wed, 20 Dec 2017 11:00:07 -0800 8191987: JDK-8190862 work for arch ppc64
jcbeyler [Wed, 20 Dec 2017 11:00:07 -0800] rev 48476
8191987: JDK-8190862 work for arch ppc64 Summary: Cleanup interpreter TLAB code Reviewed-by: mdoerr, goetz
Thu, 21 Dec 2017 00:07:38 +0100 Merge
jwilhelm [Thu, 21 Dec 2017 00:07:38 +0100] rev 48475
Merge
Wed, 20 Dec 2017 13:41:40 -0500 8180709: java -javaagent:agent.jar with run-time that does not contain java.instrument prints confusing error
gadams [Wed, 20 Dec 2017 13:41:40 -0500] rev 48474
8180709: java -javaagent:agent.jar with run-time that does not contain java.instrument prints confusing error Reviewed-by: cjplummer, sspitsyn
Wed, 20 Dec 2017 11:30:23 -0800 8193897: JDK-8191374 caused windows_i586 build to fail
iklam [Wed, 20 Dec 2017 11:30:23 -0800] rev 48473
8193897: JDK-8191374 caused windows_i586 build to fail Reviewed-by: hseigel
Wed, 20 Dec 2017 10:05:09 -0500 8152957: Improve specificity of safepoint logging to print safepoint type
coleenp [Wed, 20 Dec 2017 10:05:09 -0500] rev 48472
8152957: Improve specificity of safepoint logging to print safepoint type Summary: upgrade safepoint begin logs to Info logging, which has the reason. Reviewed-by: dholmes, hseigel, zgu
Tue, 19 Dec 2017 17:31:53 -0500 8193840: Add compiler/c2/Test8007294.java to the problem list
dholmes [Tue, 19 Dec 2017 17:31:53 -0500] rev 48471
8193840: Add compiler/c2/Test8007294.java to the problem list Reviewed-by: coleenp
Tue, 19 Dec 2017 11:29:07 -0800 8191374: Improve error message when CDS is not supported on exploded build
iklam [Tue, 19 Dec 2017 11:29:07 -0800] rev 48470
8191374: Improve error message when CDS is not supported on exploded build Reviewed-by: jiangli, hseigel
Mon, 04 Dec 2017 08:59:47 -0800 8193672: [test] Enhance vm.cds property to check for all conditions required to run CDS tests
iklam [Mon, 04 Dec 2017 08:59:47 -0800] rev 48469
8193672: [test] Enhance vm.cds property to check for all conditions required to run CDS tests Reviewed-by: dholmes, dsamersoff, simonis
Tue, 19 Dec 2017 06:29:17 -0500 8186903: Remove j-types from Atomic
coleenp [Tue, 19 Dec 2017 06:29:17 -0500] rev 48468
8186903: Remove j-types from Atomic Summary: Make jlong into int64_t, atomic_FN_long into atomic_FN_int64, make jbyte to u_char. Reviewed-by: dholmes, dcubed
Mon, 18 Dec 2017 12:11:01 +0100 8193514: UseMembar should not be obsoleted yet
rehn [Mon, 18 Dec 2017 12:11:01 +0100] rev 48467
8193514: UseMembar should not be obsoleted yet Reviewed-by: dcubed, acorn, mdoerr
(0) -30000 -10000 -3000 -1000 -300 -100 -48 +48 +100 +300 +1000 +3000 +10000 tip