Tue, 02 Jul 2019 17:46:38 +0200 8227011: Starting a JFR recording in response to JVMTI VMInit and / or Java agent premain corrupts memory
mgronlun [Tue, 02 Jul 2019 17:46:38 +0200] rev 55565
8227011: Starting a JFR recording in response to JVMTI VMInit and / or Java agent premain corrupts memory Reviewed-by: egahlin, rwestberg
Tue, 02 Jul 2019 14:31:43 +0200 8225706: JFR RootResolver resets CLD claims with no restore
mgronlun [Tue, 02 Jul 2019 14:31:43 +0200] rev 55564
8225706: JFR RootResolver resets CLD claims with no restore Reviewed-by: zgu, egahlin
Tue, 02 Jul 2019 11:33:05 +0200 8225642: ZGC: Crash due to bad oops being spilled to stack in load barriers
eosterlund [Tue, 02 Jul 2019 11:33:05 +0200] rev 55563
8225642: ZGC: Crash due to bad oops being spilled to stack in load barriers Reviewed-by: neliasso, pliden Contributed-by: erik.osterlund@oracle.com, stuart.monteith@linaro.org
Tue, 02 Jul 2019 11:33:01 +0200 8219687: G1 asserts nmethod should not be unloaded during parallel code cache unloading
eosterlund [Tue, 02 Jul 2019 11:33:01 +0200] rev 55562
8219687: G1 asserts nmethod should not be unloaded during parallel code cache unloading Reviewed-by: tschatzl, kvn
Tue, 02 Jul 2019 09:14:51 +0200 8226522: No compilation error reported when yield is used in incorrect context
jlahoda [Tue, 02 Jul 2019 09:14:51 +0200] rev 55561
8226522: No compilation error reported when yield is used in incorrect context Reviewed-by: mcimadamore
Fri, 24 May 2019 04:18:18 -0700 8224673: Adjust permission for delayed starting of debugging
rschmelter [Fri, 24 May 2019 04:18:18 -0700] rev 55560
8224673: Adjust permission for delayed starting of debugging Summary: Changed permission from monitor to control Reviewed-by: sspitsyn, clanger
Tue, 25 Jun 2019 11:43:36 +0200 8225475: Node budget asserts on x86_32/64
phedlin [Tue, 25 Jun 2019 11:43:36 +0200] rev 55559
8225475: Node budget asserts on x86_32/64 Summary: Make the (ad-hoc) loop cloning size estimate more pessimistic. Reviewed-by: shade
Fri, 28 Jun 2019 13:16:11 +0200 8226943: compile error in libfollowref003.cpp with XCode 10.2 on macosx
mbaesken [Fri, 28 Jun 2019 13:16:11 +0200] rev 55558
8226943: compile error in libfollowref003.cpp with XCode 10.2 on macosx Reviewed-by: sspitsyn
Wed, 03 Jul 2019 14:33:40 +0000 8227178: Backout of 8215523
poonam [Wed, 03 Jul 2019 14:33:40 +0000] rev 55557
8227178: Backout of 8215523 Reviewed-by: tschatzl
Tue, 02 Jul 2019 13:45:08 +0200 8226238: Improve error output and fix elf issues in os::dll_load jdk-14+4
mbaesken [Tue, 02 Jul 2019 13:45:08 +0200] rev 55556
8226238: Improve error output and fix elf issues in os::dll_load Reviewed-by: clanger, mdoerr
Tue, 02 Jul 2019 12:24:28 +0200 8227085: ZGC: Add on_weak load barrier verification
stefank [Tue, 02 Jul 2019 12:24:28 +0200] rev 55555
8227085: ZGC: Add on_weak load barrier verification Reviewed-by: 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 55554
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 55553
8225770: ZGC: C2: Generates on_weak instead of on_strong barriers Reviewed-by: neliasso, eosterlund
Tue, 02 Jul 2019 13:20:27 -0400 8226956: Add invocation tests for Graal and C1
hseigel [Tue, 02 Jul 2019 13:20:27 -0400] rev 55552
8226956: Add invocation tests for Graal and C1 Summary: Add new tests for these JIT's Reviewed-by: lfoltan, coleenp
Tue, 02 Jul 2019 16:55:22 +0100 Merge
aph [Tue, 02 Jul 2019 16:55:22 +0100] rev 55551
Merge
Tue, 02 Jul 2019 16:54:52 +0100 8226525: HotSpot compile-time error for x86-32
aph [Tue, 02 Jul 2019 16:54:52 +0100] rev 55550
8226525: HotSpot compile-time error for x86-32 Reviewed-by: shade
Tue, 02 Jul 2019 11:07:40 +0530 8226976: SessionTimeOutTests uses == operator for String value check
jpai [Tue, 02 Jul 2019 11:07:40 +0530] rev 55549
8226976: SessionTimeOutTests uses == operator for String value check Summary: Use String.equals() instead of == operator Reviewed-by: xuelei
Tue, 02 Jul 2019 08:32:33 -0700 8224480: (fc) java/nio/channels/FileChannel/MapTest.java fails intermittently
bpb [Tue, 02 Jul 2019 08:32:33 -0700] rev 55548
8224480: (fc) java/nio/channels/FileChannel/MapTest.java fails intermittently Reviewed-by: lancea, alanb
Tue, 02 Jul 2019 10:21:23 -0400 8227101: Shenandoah: Use ShenandoahSharedFlag for claimed flag in ShenandoahSerialRoot
zgu [Tue, 02 Jul 2019 10:21:23 -0400] rev 55547
8227101: Shenandoah: Use ShenandoahSharedFlag for claimed flag in ShenandoahSerialRoot Reviewed-by: shade
Tue, 02 Jul 2019 13:25:51 +0100 8226602: Test convenience reactive primitives from java.net.http with RS TCK
prappo [Tue, 02 Jul 2019 13:25:51 +0100] rev 55546
8226602: Test convenience reactive primitives from java.net.http with RS TCK Reviewed-by: chegar, dfuchs
Tue, 02 Jul 2019 10:28:20 +0200 8227041: runtime/memory/RunUnitTestsConcurrently.java has a memory leak
stuefe [Tue, 02 Jul 2019 10:28:20 +0200] rev 55545
8227041: runtime/memory/RunUnitTestsConcurrently.java has a memory leak Reviewed-by: stefank, coleenp
Tue, 02 Jul 2019 10:25:00 +0200 8227035: JVM::printFlags fails in native OOM situations
stuefe [Tue, 02 Jul 2019 10:25:00 +0200] rev 55544
8227035: JVM::printFlags fails in native OOM situations Reviewed-by: goetz, gziemski
Mon, 01 Jul 2019 17:08:04 -0700 Merge
mikael [Mon, 01 Jul 2019 17:08:04 -0700] rev 55543
Merge
Mon, 01 Jul 2019 11:40:34 -0700 8226603: accessibility issues in specs/jvmti.html
sspitsyn [Mon, 01 Jul 2019 11:40:34 -0700] rev 55542
8226603: accessibility issues in specs/jvmti.html Summary: Fix accessability issues in the JVMTI spec Reviewed-by: dholmes, amenkov
Mon, 01 Jul 2019 10:49:58 +0200 8226287: Make process_users_of_allocation handle gc barriers
neliasso [Mon, 01 Jul 2019 10:49:58 +0200] rev 55541
8226287: Make process_users_of_allocation handle gc barriers Reviewed-by: kvn, roland
Fri, 28 Jun 2019 21:41:04 -0700 8226778: [JVMCI] Handle unpacking properly in Deoptimiziation::get_cached_box()
iveresov [Fri, 28 Jun 2019 21:41:04 -0700] rev 55540
8226778: [JVMCI] Handle unpacking properly in Deoptimiziation::get_cached_box() Summary: Properly decode StackValue on big-endian machines Reviewed-by: kvn
Mon, 01 Jul 2019 18:24:06 +0000 8215523: jstat reports incorrect values for OU for CMS GC
poonam [Mon, 01 Jul 2019 18:24:06 +0000] rev 55539
8215523: jstat reports incorrect values for OU for CMS GC Reviewed-by: tschatzl, sgehwolf
Mon, 01 Jul 2019 08:24:45 -0400 8226957: Shenandoah: Remove obsoleted ShenandoahStoreCheck option
zgu [Mon, 01 Jul 2019 08:24:45 -0400] rev 55538
8226957: Shenandoah: Remove obsoleted ShenandoahStoreCheck option Reviewed-by: shade
Mon, 01 Jul 2019 12:16:58 +0200 8225344: Avoid VM_EnableBiasedLocking VM operation during bootstrap if BiasedLockingStartupDelay is 0
redestad [Mon, 01 Jul 2019 12:16:58 +0200] rev 55537
8225344: Avoid VM_EnableBiasedLocking VM operation during bootstrap if BiasedLockingStartupDelay is 0 Reviewed-by: dcubed, shade, dholmes
Mon, 01 Jul 2019 10:49:58 +0200 8226287: Make process_users_of_allocation handle gc barriers
neliasso [Mon, 01 Jul 2019 10:49:58 +0200] rev 55536
8226287: Make process_users_of_allocation handle gc barriers Reviewed-by: kvn, roland
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 tip