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
Fri, 05 Jul 2019 23:31:32 +0200 8227327: Shenandoah: Faster and more parallel tests
shade [Fri, 05 Jul 2019 23:31:32 +0200] rev 55606
8227327: Shenandoah: Faster and more parallel tests Reviewed-by: rkennke
Fri, 05 Jul 2019 11:01:31 -0700 Merge
mikael [Fri, 05 Jul 2019 11:01:31 -0700] rev 55605
Merge
Fri, 05 Jul 2019 00:24:54 -0700 8226627: assert(t->singleton()) failed: must be a constant
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
Mon, 10 Jun 2019 13:04:12 +0200 8227175: ZGC: ZHeapIterator visits potentially dead objects
stefank [Mon, 10 Jun 2019 13:04:12 +0200] rev 55603
8227175: ZGC: ZHeapIterator visits potentially dead objects Reviewed-by: zgu, eosterlund
Tue, 02 Jul 2019 12:24:26 +0200 8227083: ZGC: C2: Generates on_weak barrier for WeakCompareAndSwap
stefank [Tue, 02 Jul 2019 12:24:26 +0200] rev 55602
8227083: ZGC: C2: Generates on_weak barrier for WeakCompareAndSwap Reviewed-by: neliasso, eosterlund
Tue, 02 Jul 2019 12:10:18 +0200 8225770: ZGC: C2: Generates on_weak instead of on_strong barriers
stefank [Tue, 02 Jul 2019 12:10:18 +0200] rev 55601
8225770: ZGC: C2: Generates on_weak instead of on_strong barriers Reviewed-by: neliasso, eosterlund
Wed, 03 Jul 2019 23:34:20 +0000 8227055: Minor edits to launcher help text
dholmes [Wed, 03 Jul 2019 23:34:20 +0000] rev 55600
8227055: Minor edits to launcher help text Reviewed-by: mchung
Thu, 04 Jul 2019 07:25:47 +0800 8226963: More clarification on possible sequencing error in GSSContext::unwrap
weijun [Thu, 04 Jul 2019 07:25:47 +0800] rev 55599
8226963: More clarification on possible sequencing error in GSSContext::unwrap Reviewed-by: mullan
Thu, 04 Jul 2019 07:25:11 +0800 8227061: KDC.java test behaves incorrectly when AS-REQ contains a PAData not PA-ENC-TS-ENC
weijun [Thu, 04 Jul 2019 07:25:11 +0800] rev 55598
8227061: KDC.java test behaves incorrectly when AS-REQ contains a PAData not PA-ENC-TS-ENC Reviewed-by: mullan
Fri, 05 Jul 2019 10:35:37 -0700 8227124: "could not open pipe" error does not report error details
amenkov [Fri, 05 Jul 2019 10:35:37 -0700] rev 55597
8227124: "could not open pipe" error does not report error details Reviewed-by: sspitsyn, cjplummer
Fri, 05 Jul 2019 13:40:29 +0200 8225239: Refactor NetworkInterface lookups
redestad [Fri, 05 Jul 2019 13:40:29 +0200] rev 55596
8225239: Refactor NetworkInterface lookups Reviewed-by: michaelm, dfuchs, chegar
Fri, 05 Jul 2019 12:55:54 +0300 8226409: Enable argument profiling for sun.misc.Unsafe.put*/get*
vlivanov [Fri, 05 Jul 2019 12:55:54 +0300] rev 55595
8226409: Enable argument profiling for sun.misc.Unsafe.put*/get* Reviewed-by: kvn
Fri, 05 Jul 2019 11:07:09 +0200 8227039: Shenandoah: Aggressive heuristics for Traversal mode
rkennke [Fri, 05 Jul 2019 11:07:09 +0200] rev 55594
8227039: Shenandoah: Aggressive heuristics for Traversal mode Reviewed-by: shade
Thu, 04 Jul 2019 20:29:56 +0200 8222079: Don't use memset to initialize fields decode_env constructor in disassembler.cpp
rkennke [Thu, 04 Jul 2019 20:29:56 +0200] rev 55593
8222079: Don't use memset to initialize fields decode_env constructor in disassembler.cpp Reviewed-by: dlong, stuefe, mdoerr
Thu, 04 Jul 2019 13:26:41 -0400 8226793: Replace OopStorage dup_name with os::strdup
kbarrett [Thu, 04 Jul 2019 13:26:41 -0400] rev 55592
8226793: Replace OopStorage dup_name with os::strdup Summary: Use os::strdup and os::free. Reviewed-by: tschatzl
Thu, 04 Jul 2019 17:02:19 +0200 8226823: Adjust BarrierSetC2 for C2 runtime calls
rkennke [Thu, 04 Jul 2019 17:02:19 +0200] rev 55591
8226823: Adjust BarrierSetC2 for C2 runtime calls Reviewed-by: neliasso, roland
Thu, 04 Jul 2019 17:02:17 +0200 8226822: GC interface for C1 runtime calls
rkennke [Thu, 04 Jul 2019 17:02:17 +0200] rev 55590
8226822: GC interface for C1 runtime calls Reviewed-by: neliasso, roland
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 tip