jlahoda [Mon, 16 Jul 2018 12:35:25 +0200] rev 51094
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 18:16:55 +0300] rev 51093
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
jwilhelm [Sat, 14 Jul 2018 02:14:54 +0200] rev 51092
Merge
jjg [Fri, 13 Jul 2018 13:00:36 -0700] rev 51091
8207213: The help-doc.html generated by the doclet is incomplete
Reviewed-by: hannesw
kvn [Fri, 13 Jul 2018 11:13:34 -0700] rev 51090
8207065: Cleanup compiler tests for Client VM
Reviewed-by: kvn, iignatyev
Contributed-by: aleksei.voitylov@bell-sw.com
rhalade [Fri, 13 Jul 2018 09:48:52 -0700] rev 51089
8199779: Add T-Systems, GlobalSign and Starfield services root certificates
Reviewed-by: mullan
redestad [Fri, 13 Jul 2018 18:39:11 +0200] rev 51088
8207235: ManagementFactory.getPlatformMXBeans(BufferPoolMXBean.class) throws NPE
Reviewed-by: alanb
dtitov [Thu, 12 Jul 2018 22:53:35 -0700] rev 51087
8191948: db error: InvalidTypeException: Can't assign double[][][] to double[][][]
Reviewed-by: sspitsyn, amenkov
apetcher [Fri, 13 Jul 2018 10:42:30 -0400] rev 51086
8206915: XDH TCK issues
Summary: Fixing a couple of conformance issues in XDH
Reviewed-by: mullan
roland [Fri, 13 Jul 2018 15:44:54 +0200] rev 51085
8200282: Serializing non-zero byte as zero to ByteBuffer
Summary: arraycopy converted as a series of loads/stores uses wrong slice for loads
Reviewed-by: kvn, thartmann