aph [Tue, 18 Jun 2019 16:15:15 +0100] rev 55429
8225716: G1 GC: Undefined behaviour in G1BlockOffsetTablePart::block_at_or_preceding
Reviewed-by: kbarrett, tschatzl
zgu [Wed, 19 Jun 2019 08:52:15 -0400] rev 55428
8225582: Shenandoah: Enable concurrent evacuation of JNIHandles
Reviewed-by: rkennke, shade
prappo [Wed, 19 Jun 2019 12:17:22 +0100] rev 55427
Merge
prappo [Tue, 18 Jun 2019 14:12:06 +0100] rev 55426
8226303: Examine the HttpRequest.BodyPublishers for exception handling
Reviewed-by: chegar
pliden [Wed, 19 Jun 2019 08:43:23 +0200] rev 55425
8225779: Remove unused CollectedHeap::cell_header_size()
Reviewed-by: eosterlund, rkennke, shade
pli [Mon, 17 Jun 2019 09:40:07 +0000] rev 55424
8226222: [JVMCI] Export AArch64 field VM_Version::_psr_info.dczid_el0
Reviewed-by: kvn
zgu [Tue, 18 Jun 2019 17:58:07 -0400] rev 55423
8225573: Shenandoah: Enhance ShenandoahVerifier to ensure roots to-space invariant
Reviewed-by: shade
lancea [Tue, 18 Jun 2019 17:50:33 -0400] rev 55422
8225680: Address links in java.sql.rowset
Reviewed-by: jjg, bpb
jwilhelm [Tue, 18 Jun 2019 22:48:27 +0200] rev 55421
Merge
jjg [Tue, 18 Jun 2019 11:52:57 -0700] rev 55420
8225748: Use SHA-256 for javap classfile checksum
Reviewed-by: mchung
gziemski [Tue, 18 Jun 2019 12:39:29 -0500] rev 55419
8225310: JFR crashed in JfrPeriodicEventSet::requestProtectionDomainCacheTableStatistics()
Summary: Added lock around table usage
Reviewed-by: coleenp, hseigel
rraghavan [Tue, 18 Jun 2019 10:00:35 +0530] rev 55418
8226198: use of & instead of && in LibraryCallKit::arraycopy_restore_alloc_state
Summary: Used logical operator correctly
Reviewed-by: kvn, thartmann
rfield [Mon, 17 Jun 2019 17:14:05 -0700] rev 55417
8200701: jdk/jshell/ExceptionsTest.java fails on Windows, after JDK-8198801
8159740: JShell: corralled declarations do not have correct source to wrapper mapping
8212167: JShell : Stack trace of exception has wrong line number
Summary: Build corralled (recoverable undeclared definitions) declarations from position translating wraps....
Reviewed-by: jlahoda
dtitov [Mon, 17 Jun 2019 14:31:49 -0700] rev 55416
8217348: assert(thread->is_Java_thread()) failed: just checking
Reviewed-by: sspitsyn, dholmes, amenkov, jcbeyler
dtitov [Thu, 13 Jun 2019 11:21:50 -0700] rev 55415
8225543: Jcmd fails to attach to the Java process on Linux using the main class name if whitespace options were used to launch the process
Reviewed-by: sspitsyn, dholmes