darcy [Thu, 28 Mar 2019 14:18:57 -0700] rev 55709
8212328: Exceptional throw cases
Reviewed-by: smarks, rriggs, igerasim, ahgross, skoivu
serb [Wed, 27 Mar 2019 00:24:13 -0700] rev 55708
8220517: Enhanced GIF support
Reviewed-by: aivanov, ssahoo, mschoene, prr
jnimeh [Thu, 07 Mar 2019 22:19:12 -0800] rev 55707
8219775: Certificate validation improvements
Reviewed-by: ascarpino, ssahoo, skoivu
xuelei [Wed, 27 Feb 2019 13:58:04 -0800] rev 55706
8218863: Better endpoint checks
Reviewed-by: ahgross, jnimeh, mullan, rhalade
mullan [Thu, 07 Feb 2019 08:47:10 -0500] rev 55705
8216381: More limited privilege usage
Reviewed-by: ahgross, coffeys, rhalade
prappo [Wed, 30 Jan 2019 14:14:57 +0000] rev 55704
8213431: Improve file protocol handling
Reviewed-by: chegar, dfuchs, igerasim, rhalade, weijun
weijun [Wed, 30 Jan 2019 10:51:50 +0800] rev 55703
8217563: Improve realm maintenance
Reviewed-by: mullan, mschoene, valeriep
smarks [Wed, 23 Jan 2019 14:45:54 -0800] rev 55702
8213432: Better copies of CopiesList
Reviewed-by: rriggs, skoivu, ahgross, robm, rhalade, jeff
alitvinov [Tue, 16 Jul 2019 15:15:45 +0100] rev 55701
8227392: Colors with alpha are painted incorrectly on Linux, after JDK-8214579
8224825: java/awt/Color/AlphaColorTest.java fails in linux-x64 system
Reviewed-by: prr
jlahoda [Tue, 16 Jul 2019 10:48:22 +0200] rev 55700
8227640: javac crashes on text blocks with invalid escapes.
Summary: Do not translate escape sequences if text block contains illegal escapes.
Reviewed-by: jlaskey
serb [Mon, 15 Jul 2019 16:25:23 -0700] rev 55699
8226653: [accessibility] Can edit text cell correctly, but Accessibility Tool reads nothing about editor
Reviewed-by: prr
ccheung [Mon, 15 Jul 2019 09:53:23 -0700] rev 55698
8227496: Update NUM_CDS_REGIONS and CURRENT_CDS_ARCHIVE_VERSION in cds.h
Reviewed-by: jiangli
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