Tue, 09 Jul 2019 13:46:39 -0400 8227237: [Graal] org.graalvm.compiler.api.directives.test.ProbabilityDirectiveTest fails with -Xcomp
dlong [Tue, 09 Jul 2019 13:46:39 -0400] rev 55630
8227237: [Graal] org.graalvm.compiler.api.directives.test.ProbabilityDirectiveTest fails with -Xcomp Reviewed-by: kvn
Tue, 09 Jul 2019 16:39:41 +0200 8224531: SEGV while collecting Klass statistics
eosterlund [Tue, 09 Jul 2019 16:39:41 +0200] rev 55629
8224531: SEGV while collecting Klass statistics Reviewed-by: coleenp, kbarrett, tschatzl
Tue, 09 Jul 2019 16:39:37 +0200 8227277: HeapInspection::find_instances_at_safepoint walks dead objects
eosterlund [Tue, 09 Jul 2019 16:39:37 +0200] rev 55628
8227277: HeapInspection::find_instances_at_safepoint walks dead objects Reviewed-by: dholmes, kbarrett, tschatzl, coleenp
Tue, 09 Jul 2019 08:05:38 -0700 8227127: Era designator not displayed correctly using the COMPAT provider
naoto [Tue, 09 Jul 2019 08:05:38 -0700] rev 55627
8227127: Era designator not displayed correctly using the COMPAT provider Reviewed-by: rriggs
Tue, 09 Jul 2019 15:02:28 -0700 8227222: vmTestbase/jit/FloatingPoint/gen_math/Loops04/Loops04.java failed XMM register should be 0-15
jbhateja [Tue, 09 Jul 2019 15:02:28 -0700] rev 55626
8227222: vmTestbase/jit/FloatingPoint/gen_math/Loops04/Loops04.java failed XMM register should be 0-15 Reviewed-by: thartmann, vlivanov, ctornqvi, bsrbnd
Tue, 09 Jul 2019 14:38:48 -0400 8191890: Biased locking still uses the inferior stop the world safepoint for revocation
pchilanomate [Tue, 09 Jul 2019 14:38:48 -0400] rev 55625
8191890: Biased locking still uses the inferior stop the world safepoint for revocation Summary: Revocations are now executed with thread local handshakes instead of safepoints Reviewed-by: dcubed, coleenp, dholmes, rehn, mgronlun
Tue, 09 Jul 2019 10:27:38 -0700 8225035: Thread stack size issue caused by large TLS size
jiangli [Tue, 09 Jul 2019 10:27:38 -0700] rev 55624
8225035: Thread stack size issue caused by large TLS size Summary: Adjust thread stack size for static TLS on Linux when AdjustStackSizeForTLS is enabled. Reviewed-by: dholmes, fweimer, stuefe, rriggs, martin Contributed-by: jeremymanson@google.com, fweimer@redhat.com, jianglizhou@google.com
Mon, 08 Jul 2019 13:29:02 +0200 8227389: Remove unsupported xlc16 compile options on aix
mbaesken [Mon, 08 Jul 2019 13:29:02 +0200] rev 55623
8227389: Remove unsupported xlc16 compile options on aix Reviewed-by: clanger, mdoerr
Tue, 09 Jul 2019 09:20:04 +0200 8223443: Calling Trees.getScope early changes names of local/anonymous classes
jlahoda [Tue, 09 Jul 2019 09:20:04 +0200] rev 55622
8223443: Calling Trees.getScope early changes names of local/anonymous classes Summary: Ensure Trees.getScope does not affect the rest of the compilation. Reviewed-by: mcimadamore
Mon, 08 Jul 2019 16:20:40 -0700 Merge
mikael [Mon, 08 Jul 2019 16:20:40 -0700] rev 55621
Merge
Mon, 08 Jul 2019 12:16:13 -0400 Merge
dcubed [Mon, 08 Jul 2019 12:16:13 -0400] rev 55620
Merge
Mon, 08 Jul 2019 04:01:54 -0700 8221577: [Graal] Implement basic type consistency checks for Low level MH intrinsics
jcm [Mon, 08 Jul 2019 04:01:54 -0700] rev 55619
8221577: [Graal] Implement basic type consistency checks for Low level MH intrinsics Reviewed-by: kvn
Mon, 08 Jul 2019 10:56:05 +0200 8226302: Test failures on IBM platforms (power and s/390) after JDK-8223837
mdoerr [Mon, 08 Jul 2019 10:56:05 +0200] rev 55618
8226302: Test failures on IBM platforms (power and s/390) after JDK-8223837 Summary: Adjust heap size values for 32M heap aligment (page size 64k) Reviewed-by: goetz, rschmelter, tschatzl
Sun, 07 Jul 2019 18:27:38 -0700 8221514: [Graal] java/lang/String/CompactString/ tests fail with "GraalError: failed guarantee: no FrameState at DeoptimizingNode" in Graal -Xcomp mode
never [Sun, 07 Jul 2019 18:27:38 -0700] rev 55617
8221514: [Graal] java/lang/String/CompactString/ tests fail with "GraalError: failed guarantee: no FrameState at DeoptimizingNode" in Graal -Xcomp mode Summary: Put FrameState directly on final StateSplit in intrinsics. Reviewed-by: thartmann, kvn, dnsimon, gdub
Sun, 07 Jul 2019 18:17:46 -0700 8224254: compiler/graalunit/HotspotJdk9Test.java is timing out intermittently
yzheng [Sun, 07 Jul 2019 18:17:46 -0700] rev 55616
8224254: compiler/graalunit/HotspotJdk9Test.java is timing out intermittently Reviewed-by: kvn, thartmann
Sun, 07 Jul 2019 18:10:18 -0700 8225064: [Graal] Application SEGV in G1ParScanThreadState::copy_to_survivor_space(G1HeapRegionAttr, oopDesc*, markOopDesc*)+0x48
kvn [Sun, 07 Jul 2019 18:10:18 -0700] rev 55615
8225064: [Graal] Application SEGV in G1ParScanThreadState::copy_to_survivor_space(G1HeapRegionAttr, oopDesc*, markOopDesc*)+0x48 Summary: switch off ReduceInitialCardMarks optimization in Graal in JDK 13 (full fix is in JDK 14) Reviewed-by: thartmann, never
Sun, 07 Jul 2019 10:52:30 -0700 8226654: Some swing gtk regression tests fail with "java.lang.InternalError: Unable to load native GTK librarie
avu [Sun, 07 Jul 2019 10:52:30 -0700] rev 55614
8226654: Some swing gtk regression tests fail with "java.lang.InternalError: Unable to load native GTK librarie Reviewed-by: prr, psadhukhan
Sat, 06 Jul 2019 08:11:19 +0800 8227305: Krb5Util::getTicketFromSubjectAndTgs is useless
weijun [Sat, 06 Jul 2019 08:11:19 +0800] rev 55613
8227305: Krb5Util::getTicketFromSubjectAndTgs is useless Reviewed-by: xuelei
Mon, 08 Jul 2019 18:30:09 -0400 Merge
ecaspole [Mon, 08 Jul 2019 18:30:09 -0400] rev 55612
Merge
Mon, 08 Jul 2019 17:57:33 -0400 8225626: JMH Test Support for JDK-8222074
ecaspole [Mon, 08 Jul 2019 17:57:33 -0400] rev 55611
8225626: JMH Test Support for JDK-8222074 Summary: Micros for new SuperWord optimizations Reviewed-by: vlivanov, ecaspole Contributed-by: shravya.rukmannagari@intel.com
Mon, 08 Jul 2019 17:24:21 -0400 8217170: gc/arguments/TestUseCompressedOopsErgo.java timed out
kbarrett [Mon, 08 Jul 2019 17:24:21 -0400] rev 55610
8217170: gc/arguments/TestUseCompressedOopsErgo.java timed out Summary: Disable ZapUnusedHeapArea and VerifyBeforeExit for gc/arguments tests. Reviewed-by: tschatzl, tonyp
Mon, 08 Jul 2019 12:14:15 -0400 Merge
dcubed [Mon, 08 Jul 2019 12:14:15 -0400] rev 55609
Merge
Mon, 08 Jul 2019 11:38:49 -0400 8227117: normal interpreter table is not restored after single stepping with TLH
dcubed [Mon, 08 Jul 2019 11:38:49 -0400] rev 55608
8227117: normal interpreter table is not restored after single stepping with TLH Reviewed-by: sspitsyn, eosterlund, dholmes, coleenp
Mon, 08 Jul 2019 09:24:40 +0200 8224741: Optimize the scan area during the Scan Heap Roots phase
tschatzl [Mon, 08 Jul 2019 09:24:40 +0200] rev 55607
8224741: Optimize the scan area during the Scan Heap Roots phase Summary: When scanning card blocks, remember the last address already scanned. Continue scanning from this address. Reviewed-by: kbarrett, lkorinth
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -24 +24 +50 +100 +300 +1000 +3000 tip