iignatyev [Wed, 12 Jun 2019 11:48:14 -0700] rev 55349
8158048: Fix failure message from jtreg gtest wrapper
Reviewed-by: kvn, mseledtsov
ccheung [Wed, 12 Jun 2019 10:45:46 -0700] rev 55348
8224710: [TESTBUG] dynamicArchive/ExcludedClasses.java test failed in tier6 testing on Windows
Summary: Account for the failure in loading of the base archive in CDSTestUtils::isUnableToMap().
Reviewed-by: jiangli, iklam
kvn [Wed, 12 Jun 2019 10:37:35 -0700] rev 55347
8223796: JVMCIEnv::get_jvmci_type does not keep klasses alive
Reviewed-by: iveresov, eosterlund
chegar [Wed, 12 Jun 2019 16:10:39 +0100] rev 55346
8225651: Missed the `@` in a couple of code tags of SocketImpl
Reviewed-by: alanb, dfuchs
dcubed [Wed, 12 Jun 2019 10:52:45 -0400] rev 55345
8225453: is_busy diagnostics and other baseline cleanups from Async Monitor Deflation project
Reviewed-by: dholmes, rehn, coleenp
mdoerr [Wed, 12 Jun 2019 14:24:11 +0200] rev 55344
8224090: [PPC64] Fix SLP patterns for filling an array with double float literals
Reviewed-by: mdoerr, simonis
Contributed-by: Kazunori Ogata <ogatak@jp.ibm.com>
mdoerr [Wed, 12 Jun 2019 14:22:04 +0200] rev 55343
8224827: Implement fast class initialization checks on s390
Reviewed-by: vlivanov, gromero
mdoerr [Wed, 12 Jun 2019 14:21:36 +0200] rev 55342
8223249: [s390] Cleanup TemplateInterpreterGenerator::generate_fixed_frame
Reviewed-by: coleenp, gromero
thartmann [Wed, 12 Jun 2019 14:06:16 +0200] rev 55341
8224658: Unsafe access C2 compile fails with assert(flat != TypePtr::BOTTOM) failed: cannot alias-analyze an untyped ptr: adr_type = NULL
Summary: Handle unsafe off-heap access with constant zero address.
Reviewed-by: vlivanov, roland
jlahoda [Wed, 12 Jun 2019 13:49:43 +0200] rev 55340
8220018: javac crash when compiling try-catch-finally inside switch expression
Summary: Correcting handling of finally that yields from a switch expression.
Reviewed-by: mcimadamore, jlahoda
hannesw [Wed, 12 Jun 2019 13:21:25 +0200] rev 55339
8223364: Bad placement of anchor relative to header
Reviewed-by: jjg
sangheki [Wed, 12 Jun 2019 10:34:29 +0200] rev 55338
8225478: Make G1CMRootRegions independent of HeapRegions
Summary: Remove dependency of HeapRegion from G1CMRootRegions class
Reviewed-by: tschatzl, kbarrett
darcy [Tue, 11 Jun 2019 17:20:51 -0700] rev 55337
7086604: (reflect) Clarifications to javadoc for getGeneric*Type methods in j.l.r
Reviewed-by: lancea, abuckley
ascarpino [Tue, 11 Jun 2019 16:31:37 -0700] rev 55336
8211018: Session Resumption without Server-Side State
Reviewed-by: xuelei, jnimeh, jjiang
zgu [Tue, 11 Jun 2019 19:15:31 -0400] rev 55335
8225572: Shenandoah: Move JNIHandles root out of serial roots
Reviewed-by: rkennke