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
iignatyev [Tue, 11 Jun 2019 14:59:46 -0700] rev 55334
8066173: compiler/types/correctness/OffTest.java failed with assert
Reviewed-by: kvn
jjg [Tue, 11 Jun 2019 14:56:48 -0700] rev 55333
8214399: Javap -help should provide information about --multi-release option
Reviewed-by: jlahoda
valeriep [Tue, 11 Jun 2019 21:30:28 +0000] rev 55332
8080462: Update SunPKCS11 provider with PKCS11 v2.40 support
Summary: Added support for GCM, PSS, and other mechanisms
Reviewed-by: jnimeh
lancea [Tue, 11 Jun 2019 13:04:36 -0400] rev 55331
8225189: Multiple JNI calls within critical region in ZIP Library
Reviewed-by: alanb
dfuchs [Tue, 11 Jun 2019 15:46:26 +0100] rev 55330
8225512: Replace wildcard address with loopback or local host in tests - part 15
Summary: Updates httpserver tests to use the loopback instead of the wildcard wherever possible.
Reviewed-by: michaelm
aph [Mon, 10 Jun 2019 10:11:42 +0100] rev 55329
8225429: Regression in disassembly quality
Reviewed-by: never
coleenp [Tue, 11 Jun 2019 07:31:47 -0400] rev 55328
8224847: gc/stress/TestReclaimStringsLeaksMemory.java fails with reserved greater than expected
Summary: Rehash threshold was too low for StringTable, and rehashed size table was too large.
Reviewed-by: rehn, gziemski
dholmes [Tue, 11 Jun 2019 08:03:29 -0400] rev 55327
8225568: ProblemList compiler/compilercontrol/jcmd/ClearDirectivesFileStackTest.java
Reviewed-by: thartmann
neliasso [Tue, 11 Jun 2019 12:39:37 +0200] rev 55326
8225564: Remove wrong assert in clean_catch_blocks
Reviewed-by: thartmann