Tue, 11 Dec 2018 14:09:54 -0600 8214310: SymbolTable: Use get and insert
gziemski [Tue, 11 Dec 2018 14:09:54 -0600] rev 52951
8214310: SymbolTable: Use get and insert Summary: Replace get_insert() with get(),insert() Reviewed-by: redestad, coleenp
Tue, 11 Dec 2018 14:09:55 -0500 8215140: Port missing crypto JMH micros from jmh-jdk-microbenchmarks
ecaspole [Tue, 11 Dec 2018 14:09:55 -0500] rev 52950
8215140: Port missing crypto JMH micros from jmh-jdk-microbenchmarks Reviewed-by: redestad
Tue, 11 Dec 2018 10:29:30 -0800 8215161: Normalize spaces for vmTestbase/[a-j]
jcbeyler [Tue, 11 Dec 2018 10:29:30 -0800] rev 52949
8215161: Normalize spaces for vmTestbase/[a-j] Summary: Added spaces around comparators Reviewed-by: amenkov, sspitsyn, martin
Tue, 11 Dec 2018 13:22:20 -0500 8207258: Distrust TLS server certificates anchored by Symantec Root CAs
mullan [Tue, 11 Dec 2018 13:22:20 -0500] rev 52948
8207258: Distrust TLS server certificates anchored by Symantec Root CAs Reviewed-by: weijun
Tue, 11 Dec 2018 11:01:02 -0500 8214688: TLS 1.3 session resumption with hello retry request failed with "illegal_parameter"
apetcher [Tue, 11 Dec 2018 11:01:02 -0500] rev 52947
8214688: TLS 1.3 session resumption with hello retry request failed with "illegal_parameter" Reviewed-by: jnimeh
Tue, 11 Dec 2018 09:42:45 -0500 8208698: Improved ECC Implementation
apetcher [Tue, 11 Dec 2018 09:42:45 -0500] rev 52946
8208698: Improved ECC Implementation Summary: New implementation of ECDH and ECDSA forsome prime-order curves Reviewed-by: ascarpino
Tue, 11 Dec 2018 10:29:08 -0500 8215165: Improve -Xlog:class+preview message text
hseigel [Tue, 11 Dec 2018 10:29:08 -0500] rev 52945
8215165: Improve -Xlog:class+preview message text Summary: Fix up the logging message. Reviewed-by: acorn, lfoltan
Tue, 11 Dec 2018 15:09:15 +0000 8215008: Clear confusion between URL/URI paths and file system paths
dfuchs [Tue, 11 Dec 2018 15:09:15 +0000] rev 52944
8215008: Clear confusion between URL/URI paths and file system paths Reviewed-by: alanb, chegar, martin
Fri, 07 Dec 2018 14:35:57 +0100 8211844: [aix] ProcessBuilder: Piping between created processes does not work.
sgroeger [Fri, 07 Dec 2018 14:35:57 +0100] rev 52943
8211844: [aix] ProcessBuilder: Piping between created processes does not work. Reviewed-by: cjplummer, simonis, goetz
Tue, 11 Dec 2018 09:36:49 -0500 8208648: ECC Field Arithmetic Enhancements
apetcher [Tue, 11 Dec 2018 09:36:49 -0500] rev 52942
8208648: ECC Field Arithmetic Enhancements Summary: interal library enhancements to support ECC implementatation Reviewed-by: jnimeh
Tue, 11 Dec 2018 15:21:50 +0100 8215131: Pandoc 2.3/build documentation fixes
ihse [Tue, 11 Dec 2018 15:21:50 +0100] rev 52941
8215131: Pandoc 2.3/build documentation fixes Reviewed-by: erikj
Tue, 11 Dec 2018 15:18:57 +0100 8214720: Add pandoc filter to improve html man page output
ihse [Tue, 11 Dec 2018 15:18:57 +0100] rev 52940
8214720: Add pandoc filter to improve html man page output Reviewed-by: erikj Contributed-by: magnus.ihse.bursie@oracle.com, jonathan.gibbons@oracle.com
Tue, 11 Dec 2018 11:08:39 +0100 8214897: ZGC: Concurrent Class Unloading
eosterlund [Tue, 11 Dec 2018 11:08:39 +0100] rev 52939
8214897: ZGC: Concurrent Class Unloading Reviewed-by: pliden Contributed-by: erik.osterlund@oracle.com, per.liden@oracle.com, stefan.karlsson@oracle.com
Tue, 11 Dec 2018 11:29:28 +0100 8214491: Upgrade to JLine 3.9.0
jlahoda [Tue, 11 Dec 2018 11:29:28 +0100] rev 52938
8214491: Upgrade to JLine 3.9.0 Summary: Upgrading JLine to 3.9.0 and updating jshell and jjs to the new JLine. Reviewed-by: rfield, sundar
Tue, 11 Dec 2018 10:15:28 +0100 8215144: PPC64: Wrong assertion "illegal object size"
mdoerr [Tue, 11 Dec 2018 10:15:28 +0100] rev 52937
8215144: PPC64: Wrong assertion "illegal object size" Reviewed-by: simonis
Tue, 11 Dec 2018 09:10:24 +0100 8214114: Switch expressions with try-catch statements
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
Tue, 11 Dec 2018 08:05:38 +0800 8213409: Refactor sun.text.IntHashtable:i18n shell tests to plain java tests
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
Mon, 10 Dec 2018 11:04:55 -0800 8214917: CTW testlibrary shouldn't ignore errors raised by the library itself
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
Mon, 10 Dec 2018 13:45:12 -0500 8215050: [TESTBUG] serviceability/tmtools/jstack/WaitNotifyThreadTest.java fails when run with flag -Xcomp
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
Mon, 10 Dec 2018 13:24:17 -0500 8215015: [TESTBUG] remove unneeded -Xfuture option from tests
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
Mon, 10 Dec 2018 11:59:55 -0600 8209387: Follow ups to JDK-8195100 Use a low latency hashtable for SymbolTable
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
Mon, 10 Dec 2018 09:51:23 -0800 8215030: Disable shenandoah in Oracle builds
erikj [Mon, 10 Dec 2018 09:51:23 -0800] rev 52930
8215030: Disable shenandoah in Oracle builds Reviewed-by: kbarrett
Mon, 10 Dec 2018 18:32:47 +0100 8215149: TestOptionsWithRangesDynamic.java fails after JDK-8215120
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
Mon, 10 Dec 2018 09:19:30 -0800 8214098: sun.security.ssl.HandshakeHash.T12HandshakeHash constructor check backwards.
ascarpino [Mon, 10 Dec 2018 09:19:30 -0800] rev 52928
8214098: sun.security.ssl.HandshakeHash.T12HandshakeHash constructor check backwards. Reviewed-by: xuelei
Mon, 10 Dec 2018 19:34:53 +0300 8215133: AARCH64: disable Math.log intrinsic publishing
dpochepk [Mon, 10 Dec 2018 19:34:53 +0300] rev 52927
8215133: AARCH64: disable Math.log intrinsic publishing Reviewed-by: aph
Mon, 10 Dec 2018 06:52:12 -0800 8215117: [JVMCI] TestResolvedJavaType.java failing after JDK-8210031
dlong [Mon, 10 Dec 2018 06:52:12 -0800] rev 52926
8215117: [JVMCI] TestResolvedJavaType.java failing after JDK-8210031 Reviewed-by: thartmann
Mon, 10 Dec 2018 15:47:44 +0100 8214259: Implementation: JEP 189: Shenandoah: A Low-Pause-Time Garbage Collector (Experimental)
rkennke [Mon, 10 Dec 2018 15:47:44 +0100] rev 52925
8214259: Implementation: JEP 189: Shenandoah: A Low-Pause-Time Garbage Collector (Experimental) Reviewed-by: kvn, roland, shade, coleenp, lmesnik, pliden, jgeorge, ihse, erikj Contributed-by: Christine Flood <chf@redhat.com>, Aleksey Shipilev <shade@redhat.com>, Roland Westrelin <rwestrel@redhat.com>, Zhenygu Gu <zgu@redhat.com>, Andrew Haley <aph@redhat.com>, Andrew Dinn <adinn@redhat.com>, Mario Torre <mtorre@redhat.com>, Roman Kennke <rkennke@redhat.com>
Mon, 10 Dec 2018 17:34:49 +0300 8214128: ARM32: wrong stack alignment on Deoptimization::unpack_frames
bulasevich [Mon, 10 Dec 2018 17:34:49 +0300] rev 52924
8214128: ARM32: wrong stack alignment on Deoptimization::unpack_frames Reviewed-by: dsamersoff
Mon, 10 Dec 2018 15:31:36 +0100 8215120: 32-bit build failures after JDK-8212657 (Promptly Return Unused Committed Memory from G1)
shade [Mon, 10 Dec 2018 15:31:36 +0100] rev 52923
8215120: 32-bit build failures after JDK-8212657 (Promptly Return Unused Committed Memory from G1) Reviewed-by: tschatzl, rkennke
Mon, 10 Dec 2018 17:31:16 +0300 8214961: AARCH64: wrong encoding for exclusive and atomic load/stores
dpochepk [Mon, 10 Dec 2018 17:31:16 +0300] rev 52922
8214961: AARCH64: wrong encoding for exclusive and atomic load/stores Reviewed-by: aph
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 tip