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
yzheng [Sun, 07 Jul 2019 18:17:46 -0700] rev 55616
8224254: compiler/graalunit/HotspotJdk9Test.java is timing out intermittently
Reviewed-by: kvn, thartmann
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
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
weijun [Sat, 06 Jul 2019 08:11:19 +0800] rev 55613
8227305: Krb5Util::getTicketFromSubjectAndTgs is useless
Reviewed-by: xuelei
ecaspole [Mon, 08 Jul 2019 18:30:09 -0400] rev 55612
Merge
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
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
dcubed [Mon, 08 Jul 2019 12:14:15 -0400] rev 55609
Merge
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
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
shade [Fri, 05 Jul 2019 23:31:32 +0200] rev 55606
8227327: Shenandoah: Faster and more parallel tests
Reviewed-by: rkennke
mikael [Fri, 05 Jul 2019 11:01:31 -0700] rev 55605
Merge
jcm [Fri, 05 Jul 2019 00:24:54 -0700] rev 55604
8226627: assert(t->singleton()) failed: must be a constant
Summary: Implemented constant folding for MaxFD, MinFD.
Reviewed-by: thartmann, bsrbnd, pli