plevart [Sat, 13 Jul 2019 10:43:45 +0000] rev 55697
8227368: EnumSet.class serialization broken in JDK 9+
Reviewed-by: smarks
clanger [Fri, 12 Jul 2019 21:38:46 +0200] rev 55696
8227636: Fix output dir for jlink_jre target in Images.gmk
Reviewed-by: tbell
stuefe [Thu, 04 Jul 2019 11:55:00 +0200] rev 55695
8227252: [aix] Disable jdk/java/lang/reflect/exeCallerAccessTest
Reviewed-by: goetz
ccheung [Fri, 12 Jul 2019 08:40:37 -0700] rev 55694
8226406: JVM fails to detect mismatched or corrupt CDS archive
Summary: Check important archive header fields such as _jvm_ident before processing other fields.
Reviewed-by: iklam, jiangli
redestad [Wed, 17 Jul 2019 12:35:46 +0200] rev 55693
8227587: Add internal privileged System.loadLibrary
Reviewed-by: rriggs, mchung, chegar
rkennke [Wed, 17 Jul 2019 11:43:38 +0200] rev 55692
8227677: Shenandoah: C2: Make in-native LRB special case of normal LRB
Reviewed-by: roland
mbaesken [Tue, 16 Jul 2019 11:10:38 +0200] rev 55691
8227631: Adjust AIX version check
Reviewed-by: clanger, goetz
njian [Wed, 17 Jul 2019 10:11:05 +0800] rev 55690
8227615: [TESTBUG] JTReg "jdk/sun/security/util/FilePermCompat/CompatImpact.java" fails with graal
Reviewed-by: kvn
Contributed-by: xiaohong.gong@arm.com
pli [Tue, 16 Jul 2019 00:57:00 +0000] rev 55689
8227512: [TESTBUG] Fix JTReg javac test failures with Graal
Reviewed-by: mcimadamore
joehw [Tue, 16 Jul 2019 21:12:14 +0000] rev 55688
8176447: javax.xml.validation.Validator validates incorrectly on uniqueness constraint
Reviewed-by: lancea
redestad [Tue, 16 Jul 2019 17:50:54 +0200] rev 55687
8227720: Improve ExtendedSocketOptions initialization
Reviewed-by: chegar, vtewari
bulasevich [Tue, 16 Jul 2019 18:05:42 +0300] rev 55686
8227632: Incorrect PrintCompilation message: made not compilable on levels 0 1 2 3 4
Summary: Fixing the message to print actual comp_level
Reviewed-by: dlong, kvn