Wed, 12 Jun 2019 14:22:04 +0200 8224827: Implement fast class initialization checks on s390
mdoerr [Wed, 12 Jun 2019 14:22:04 +0200] rev 55343
8224827: Implement fast class initialization checks on s390 Reviewed-by: vlivanov, gromero
Wed, 12 Jun 2019 14:21:36 +0200 8223249: [s390] Cleanup TemplateInterpreterGenerator::generate_fixed_frame
mdoerr [Wed, 12 Jun 2019 14:21:36 +0200] rev 55342
8223249: [s390] Cleanup TemplateInterpreterGenerator::generate_fixed_frame Reviewed-by: coleenp, gromero
Wed, 12 Jun 2019 14:06:16 +0200 8224658: Unsafe access C2 compile fails with assert(flat != TypePtr::BOTTOM) failed: cannot alias-analyze an untyped ptr: adr_type = NULL
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
Wed, 12 Jun 2019 13:49:43 +0200 8220018: javac crash when compiling try-catch-finally inside switch expression
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
Wed, 12 Jun 2019 13:21:25 +0200 8223364: Bad placement of anchor relative to header
hannesw [Wed, 12 Jun 2019 13:21:25 +0200] rev 55339
8223364: Bad placement of anchor relative to header Reviewed-by: jjg
Wed, 12 Jun 2019 10:34:29 +0200 8225478: Make G1CMRootRegions independent of HeapRegions
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
Tue, 11 Jun 2019 17:20:51 -0700 7086604: (reflect) Clarifications to javadoc for getGeneric*Type methods in j.l.r
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
Tue, 11 Jun 2019 16:31:37 -0700 8211018: Session Resumption without Server-Side State
ascarpino [Tue, 11 Jun 2019 16:31:37 -0700] rev 55336
8211018: Session Resumption without Server-Side State Reviewed-by: xuelei, jnimeh, jjiang
Tue, 11 Jun 2019 19:15:31 -0400 8225572: Shenandoah: Move JNIHandles root out of serial roots
zgu [Tue, 11 Jun 2019 19:15:31 -0400] rev 55335
8225572: Shenandoah: Move JNIHandles root out of serial roots Reviewed-by: rkennke
Tue, 11 Jun 2019 14:59:46 -0700 8066173: compiler/types/correctness/OffTest.java failed with assert
iignatyev [Tue, 11 Jun 2019 14:59:46 -0700] rev 55334
8066173: compiler/types/correctness/OffTest.java failed with assert Reviewed-by: kvn
Tue, 11 Jun 2019 14:56:48 -0700 8214399: Javap -help should provide information about --multi-release option
jjg [Tue, 11 Jun 2019 14:56:48 -0700] rev 55333
8214399: Javap -help should provide information about --multi-release option Reviewed-by: jlahoda
Tue, 11 Jun 2019 21:30:28 +0000 8080462: Update SunPKCS11 provider with PKCS11 v2.40 support
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
Tue, 11 Jun 2019 13:04:36 -0400 8225189: Multiple JNI calls within critical region in ZIP Library
lancea [Tue, 11 Jun 2019 13:04:36 -0400] rev 55331
8225189: Multiple JNI calls within critical region in ZIP Library Reviewed-by: alanb
Tue, 11 Jun 2019 15:46:26 +0100 8225512: Replace wildcard address with loopback or local host in tests - part 15
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
Mon, 10 Jun 2019 10:11:42 +0100 8225429: Regression in disassembly quality
aph [Mon, 10 Jun 2019 10:11:42 +0100] rev 55329
8225429: Regression in disassembly quality Reviewed-by: never
Tue, 11 Jun 2019 07:31:47 -0400 8224847: gc/stress/TestReclaimStringsLeaksMemory.java fails with reserved greater than expected
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
Tue, 11 Jun 2019 08:03:29 -0400 8225568: ProblemList compiler/compilercontrol/jcmd/ClearDirectivesFileStackTest.java
dholmes [Tue, 11 Jun 2019 08:03:29 -0400] rev 55327
8225568: ProblemList compiler/compilercontrol/jcmd/ClearDirectivesFileStackTest.java Reviewed-by: thartmann
Tue, 11 Jun 2019 12:39:37 +0200 8225564: Remove wrong assert in clean_catch_blocks
neliasso [Tue, 11 Jun 2019 12:39:37 +0200] rev 55326
8225564: Remove wrong assert in clean_catch_blocks Reviewed-by: thartmann
Tue, 11 Jun 2019 10:55:17 +0200 8224871: os::attempt_reserve_memory_at() tries too hard
eosterlund [Tue, 11 Jun 2019 10:55:17 +0200] rev 55325
8224871: os::attempt_reserve_memory_at() tries too hard Reviewed-by: pliden, coleenp, stuefe
Tue, 11 Jun 2019 14:33:34 +0530 8225567: Wrong file headers with 8202414 fix changeset
rraghavan [Tue, 11 Jun 2019 14:33:34 +0530] rev 55324
8225567: Wrong file headers with 8202414 fix changeset Summary: Corrected source file headers Reviewed-by: thartmann
Tue, 11 Jun 2019 09:21:34 +0100 8225426: Replace plain with system-default in Socket and ServerSocket
chegar [Tue, 11 Jun 2019 09:21:34 +0100] rev 55323
8225426: Replace plain with system-default in Socket and ServerSocket Reviewed-by: alanb, dfuchs
Tue, 11 Jun 2019 09:51:33 +0200 8224826: Implement fast class initialization checks on PPC64
mdoerr [Tue, 11 Jun 2019 09:51:33 +0200] rev 55322
8224826: Implement fast class initialization checks on PPC64 Reviewed-by: vlivanov, gromero
Tue, 11 Jun 2019 09:27:51 +0200 8225509: clean_catch_blocks must add preds first
neliasso [Tue, 11 Jun 2019 09:27:51 +0200] rev 55321
8225509: clean_catch_blocks must add preds first Reviewed-by: kvn
Mon, 10 Jun 2019 17:11:04 -0700 8209917: fix TODO in GatherDiagnosticInfoObserver
iignatyev [Mon, 10 Jun 2019 17:11:04 -0700] rev 55320
8209917: fix TODO in GatherDiagnosticInfoObserver Reviewed-by: jjg, dholmes
Mon, 10 Jun 2019 17:33:11 -0700 8205131: remove Runtime trace methods
smarks [Mon, 10 Jun 2019 17:33:11 -0700] rev 55319
8205131: remove Runtime trace methods Reviewed-by: lancea, rriggs, iklam
Mon, 10 Jun 2019 15:53:35 -0700 8225532: Update source enums to describe 12 and 13 language features
darcy [Mon, 10 Jun 2019 15:53:35 -0700] rev 55318
8225532: Update source enums to describe 12 and 13 language features Reviewed-by: jjg
Mon, 10 Jun 2019 15:55:11 -0700 8225492: Update JVMCI
dnsimon [Mon, 10 Jun 2019 15:55:11 -0700] rev 55317
8225492: Update JVMCI Reviewed-by: iveresov, kvn
Mon, 10 Jun 2019 13:42:11 -0400 8225514: Shenandoah: ShenandoahCodeRoots should inherit from AllStatic
zgu [Mon, 10 Jun 2019 13:42:11 -0400] rev 55316
8225514: Shenandoah: ShenandoahCodeRoots should inherit from AllStatic Reviewed-by: shade
Mon, 10 Jun 2019 09:41:09 -0700 8222828: vmTestbase/nsk/jdi/BScenarios/multithrd/tc02x004/TestDescription.java failed
dtitov [Mon, 10 Jun 2019 09:41:09 -0700] rev 55315
8222828: vmTestbase/nsk/jdi/BScenarios/multithrd/tc02x004/TestDescription.java failed Reviewed-by: cjplummer, gadams, jcbeyler
Mon, 10 Jun 2019 17:02:35 +0300 8222412: AARCH64: multiple instructions encoding issues
dpochepk [Mon, 10 Jun 2019 17:02:35 +0300] rev 55314
8222412: AARCH64: multiple instructions encoding issues Reviewed-by: aph
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 tip