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
mgronlun [Tue, 02 Jul 2019 14:31:43 +0200] rev 55564
8225706: JFR RootResolver resets CLD claims with no restore
Reviewed-by: zgu, egahlin
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
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
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
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
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
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
poonam [Wed, 03 Jul 2019 14:33:40 +0000] rev 55557
8227178: Backout of 8215523
Reviewed-by: tschatzl
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
stefank [Tue, 02 Jul 2019 12:24:28 +0200] rev 55555
8227085: ZGC: Add on_weak load barrier verification
Reviewed-by: eosterlund
stefank [Tue, 02 Jul 2019 12:24:26 +0200] rev 55554
8227083: ZGC: C2: Generates on_weak barrier for WeakCompareAndSwap
Reviewed-by: neliasso, eosterlund
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
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
aph [Tue, 02 Jul 2019 16:55:22 +0100] rev 55551
Merge
aph [Tue, 02 Jul 2019 16:54:52 +0100] rev 55550
8226525: HotSpot compile-time error for x86-32
Reviewed-by: shade
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
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
zgu [Tue, 02 Jul 2019 10:21:23 -0400] rev 55547
8227101: Shenandoah: Use ShenandoahSharedFlag for claimed flag in ShenandoahSerialRoot
Reviewed-by: shade
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
stuefe [Tue, 02 Jul 2019 10:28:20 +0200] rev 55545
8227041: runtime/memory/RunUnitTestsConcurrently.java has a memory leak
Reviewed-by: stefank, coleenp
stuefe [Tue, 02 Jul 2019 10:25:00 +0200] rev 55544
8227035: JVM::printFlags fails in native OOM situations
Reviewed-by: goetz, gziemski
mikael [Mon, 01 Jul 2019 17:08:04 -0700] rev 55543
Merge
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
neliasso [Mon, 01 Jul 2019 10:49:58 +0200] rev 55541
8226287: Make process_users_of_allocation handle gc barriers
Reviewed-by: kvn, roland
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
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
zgu [Mon, 01 Jul 2019 08:24:45 -0400] rev 55538
8226957: Shenandoah: Remove obsoleted ShenandoahStoreCheck option
Reviewed-by: shade
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
neliasso [Mon, 01 Jul 2019 10:49:58 +0200] rev 55536
8226287: Make process_users_of_allocation handle gc barriers
Reviewed-by: kvn, roland
aoqi [Mon, 01 Jul 2019 12:50:34 +0800] rev 55535
8226967: Minimal VM: FALSE was not declared in this scope
Reviewed-by: dholmes
jwilhelm [Sat, 29 Jun 2019 05:26:55 +0200] rev 55534
Merge