jlahoda [Mon, 16 Jul 2018 16:31:33 +0200] rev 51123
8207032: Compilation succeeds without checking readability when --add-exports used
Summary: Ensuring --add-exports are only propagated when the target module reads the exporting module.
Reviewed-by: vromero, jjg
jlahoda [Mon, 16 Jul 2018 12:58:49 +0200] rev 51122
8189747: JDK9 javax.lang.model.util.Elements#getTypeElement regressed 1000x in performance.
Summary: Caching the results of Elements.getTypeElement/getPackageElement
Reviewed-by: darcy
dsamersoff [Sun, 15 Jul 2018 20:15:17 +0300] rev 51121
8206265: aarch64 jtreg: assert in TestOptionsWithRanges.jtr
Summary: Limit flag range to don't overflow 12bit instruction operand
Reviewed-by: aph, dsamersoff
Contributed-by: boris.ulasevich@bell-sw.com
goetz [Fri, 13 Jul 2018 17:42:24 +0200] rev 51120
8207233: Minor improvements of jdk C-coding
Reviewed-by: rriggs, prr
prr [Thu, 19 Jul 2018 09:46:29 -0700] rev 51119
Added tag jdk-12+3 for changeset 990db216e719
darcy [Thu, 19 Jul 2018 09:20:08 -0700] rev 51118
8207816: Align declaration of SerializedLambda.readResolve with serialization conventions
Reviewed-by: briangoetz
mli [Thu, 19 Jul 2018 16:22:19 +0800] rev 51117
8207316: java/nio/channels/spi/SelectorProvider/inheritedChannel/InheritedChannelTest.java failed
Reviewed-by: alanb, simonis
darcy [Wed, 18 Jul 2018 16:13:21 -0700] rev 51116
8203263: Remove unnecessary throws clauses from serialization-related methods
Reviewed-by: prr
jnimeh [Wed, 18 Jul 2018 14:32:46 -0700] rev 51115
8207237: SSLSocket#setEnabledCipherSuites is accepting empty string
Reviewed-by: xuelei
rhalade [Wed, 18 Jul 2018 09:50:04 -0700] rev 51114
8203230: update VerifyCACerts test
Reviewed-by: mullan