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
mdoerr [Tue, 11 Jun 2019 09:51:33 +0200] rev 55322
8224826: Implement fast class initialization checks on PPC64
Reviewed-by: vlivanov, gromero
neliasso [Tue, 11 Jun 2019 09:27:51 +0200] rev 55321
8225509: clean_catch_blocks must add preds first
Reviewed-by: kvn
iignatyev [Mon, 10 Jun 2019 17:11:04 -0700] rev 55320
8209917: fix TODO in GatherDiagnosticInfoObserver
Reviewed-by: jjg, dholmes
smarks [Mon, 10 Jun 2019 17:33:11 -0700] rev 55319
8205131: remove Runtime trace methods
Reviewed-by: lancea, rriggs, iklam
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
dnsimon [Mon, 10 Jun 2019 15:55:11 -0700] rev 55317
8225492: Update JVMCI
Reviewed-by: iveresov, kvn
zgu [Mon, 10 Jun 2019 13:42:11 -0400] rev 55316
8225514: Shenandoah: ShenandoahCodeRoots should inherit from AllStatic
Reviewed-by: shade
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
dpochepk [Mon, 10 Jun 2019 17:02:35 +0300] rev 55314
8222412: AARCH64: multiple instructions encoding issues
Reviewed-by: aph
hseigel [Mon, 10 Jun 2019 09:52:04 -0400] rev 55313
8224952: RI deviates from JVMS - non-zero minor_version for class files throws UnsupportedClassVersionError.
Summary: Change the JVM to follow the JVM Spec and accept non-zero minor_version for appropriate older class file versions.
Reviewed-by: acorn, dholmes, iignatyev
weijun [Mon, 10 Jun 2019 20:38:15 +0800] rev 55312
8221719: Jarsigner fails to verify signed by alias if alias given in wrong case
Reviewed-by: weijun
Contributed-by: Philipp Kunz <philipp.kunz@paratix.ch>
pliden [Mon, 10 Jun 2019 12:52:57 +0200] rev 55311
8225227: ZGC: Be exact in what load barrier to use in ZHeapIterator
Reviewed-by: stefank
pliden [Mon, 10 Jun 2019 12:52:56 +0200] rev 55310
8224966: ZGC: Don't skip oop verification in OopMapSet::all_do()
Reviewed-by: stefank, eosterlund
dfuchs [Mon, 10 Jun 2019 11:17:57 +0100] rev 55309
8224865: Replace wildcard address with loopback or local host in tests - part 13
Summary: Fixes intermittent failures observed in some network tests
Reviewed-by: chegar