jlahoda [Tue, 11 Dec 2018 09:10:24 +0100] rev 52936
8214114: Switch expressions with try-catch statements
Summary: When switch expression contains try-catch, move the stack values into locals before the executing the switch expression, and back when it is done.
Reviewed-by: mcimadamore, vromero
mli [Tue, 11 Dec 2018 08:05:38 +0800] rev 52935
8213409: Refactor sun.text.IntHashtable:i18n shell tests to plain java tests
Reviewed-by: naoto
Contributed-by: ying.z.zhou@oracle.com
iignatyev [Mon, 10 Dec 2018 11:04:55 -0800] rev 52934
8214917: CTW testlibrary shouldn't ignore errors raised by the library itself
Reviewed-by: kvn, roland
pchilanomate [Mon, 10 Dec 2018 13:45:12 -0500] rev 52933
8215050: [TESTBUG] serviceability/tmtools/jstack/WaitNotifyThreadTest.java fails when run with flag -Xcomp
Summary: Identified special case when monitor address is not available in jstack
Reviewed-by: dholmes, hseigel, coleenp
hseigel [Mon, 10 Dec 2018 13:24:17 -0500] rev 52932
8215015: [TESTBUG] remove unneeded -Xfuture option from tests
Summary: Remove the option from the tests
Reviewed-by: lfoltan, coleenp
gziemski [Mon, 10 Dec 2018 11:59:55 -0600] rev 52931
8209387: Follow ups to JDK-8195100 Use a low latency hashtable for SymbolTable
Summary: Use size_t, replaced macros with const, reverted incorrect API name change.
Reviewed-by: coleenp, kbarrett
erikj [Mon, 10 Dec 2018 09:51:23 -0800] rev 52930
8215030: Disable shenandoah in Oracle builds
Reviewed-by: kbarrett
tschatzl [Mon, 10 Dec 2018 18:32:47 +0100] rev 52929
8215149: TestOptionsWithRangesDynamic.java fails after JDK-8215120
Summary: Removed range specifier completely.
Reviewed-by: sjohanss, shade
ascarpino [Mon, 10 Dec 2018 09:19:30 -0800] rev 52928
8214098: sun.security.ssl.HandshakeHash.T12HandshakeHash constructor check backwards.
Reviewed-by: xuelei
dpochepk [Mon, 10 Dec 2018 19:34:53 +0300] rev 52927
8215133: AARCH64: disable Math.log intrinsic publishing
Reviewed-by: aph