Fri, 21 Nov 2014 09:28:53 -0800 6321472: Add CRC-32C API
sherman [Fri, 21 Nov 2014 09:28:53 -0800] rev 27737
6321472: Add CRC-32C API Summary: to add CRC-32C api and implementation Reviewed-by: sherman Contributed-by: staffan.friberg@oracle.com
Fri, 21 Nov 2014 16:05:11 +0100 8058631: Rename posix to unix in build system to match file name changes
ihse [Fri, 21 Nov 2014 16:05:11 +0100] rev 27736
8058631: Rename posix to unix in build system to match file name changes Reviewed-by: simonis, erikj, tbell
Fri, 14 Nov 2014 13:46:19 -0800 8064288: sun.management.Flag should loadLibrary()
bchristi [Fri, 14 Nov 2014 13:46:19 -0800] rev 27735
8064288: sun.management.Flag should loadLibrary() Summary: Call System.loadLibrary("management") from Flag static initializer Reviewed-by: mchung
Thu, 20 Nov 2014 10:58:03 -0800 Merge
lana [Thu, 20 Nov 2014 10:58:03 -0800] rev 27734
Merge
Wed, 19 Nov 2014 21:28:26 -0500 8065372: Object.wait(ms, ns) timeout returns early
rriggs [Wed, 19 Nov 2014 21:28:26 -0500] rev 27733
8065372: Object.wait(ms, ns) timeout returns early Reviewed-by: martin, dholmes
Wed, 19 Nov 2014 21:22:22 -0500 8064932: java/lang/ProcessBuilder/Basic.java: waitFor didn't take long enough
rriggs [Wed, 19 Nov 2014 21:22:22 -0500] rev 27732
8064932: java/lang/ProcessBuilder/Basic.java: waitFor didn't take long enough Reviewed-by: dholmes, martin
Mon, 17 Nov 2014 23:56:53 +0100 8065070: (fmt) Avoid creating substrings when building FormatSpecifier
redestad [Mon, 17 Nov 2014 23:56:53 +0100] rev 27731
8065070: (fmt) Avoid creating substrings when building FormatSpecifier Reviewed-by: martin, shade
Thu, 06 Nov 2014 13:29:36 -0800 8062773: Clarifications for Class specification
martin [Thu, 06 Nov 2014 13:29:36 -0800] rev 27730
8062773: Clarifications for Class specification Reviewed-by: darcy, psandoz
Fri, 14 Nov 2014 11:23:07 -0800 8064846: Lazy-init thread safety problems in core reflection
martin [Fri, 14 Nov 2014 11:23:07 -0800] rev 27729
8064846: Lazy-init thread safety problems in core reflection Summary: Make several fields in core reflection volatile Reviewed-by: jfranck, shade, plevart
Mon, 17 Nov 2014 15:30:22 +0300 8065096: java.net.Authenticator.theAuthenticator should be properly synchronized
shade [Mon, 17 Nov 2014 15:30:22 +0300] rev 27728
8065096: java.net.Authenticator.theAuthenticator should be properly synchronized Reviewed-by: chegar, lancea
Mon, 17 Nov 2014 14:50:05 +0300 8064560: (tz) Support tzdata2014j
aefimov [Mon, 17 Nov 2014 14:50:05 +0300] rev 27727
8064560: (tz) Support tzdata2014j Reviewed-by: okutsu
Mon, 17 Nov 2014 14:11:08 +0300 8064914: tzdb.dat compilation failure when using tzdata2014j
aefimov [Mon, 17 Nov 2014 14:11:08 +0300] rev 27726
8064914: tzdb.dat compilation failure when using tzdata2014j Reviewed-by: sherman, coffeys
Sun, 16 Nov 2014 15:03:46 +0100 8058887: (fmt) Improve java/util/Formatter test coverage of group separators and width
redestad [Sun, 16 Nov 2014 15:03:46 +0100] rev 27725
8058887: (fmt) Improve java/util/Formatter test coverage of group separators and width Reviewed-by: sherman
Thu, 21 Aug 2014 17:51:29 +0100 8053963: (dc) Use DatagramChannel.receive() instead of read() in connect
michaelm [Thu, 21 Aug 2014 17:51:29 +0100] rev 27724
8053963: (dc) Use DatagramChannel.receive() instead of read() in connect Reviewed-by: alanb, chegar
Wed, 30 Jul 2014 11:08:41 -0700 8052162: REGRESSION: sun/java2d/cmm/ColorConvertOp tests fail since 7u71 b01
prr [Wed, 30 Jul 2014 11:08:41 -0700] rev 27723
8052162: REGRESSION: sun/java2d/cmm/ColorConvertOp tests fail since 7u71 b01 Reviewed-by: bae, serb
Thu, 29 May 2014 04:24:10 +0000 8043200: Decrease the preference mode of RC4 in the enabled cipher suite list
xuelei [Thu, 29 May 2014 04:24:10 +0000] rev 27722
8043200: Decrease the preference mode of RC4 in the enabled cipher suite list Reviewed-by: wetmore, ahgross, asmotrak
Sun, 18 May 2014 23:06:51 +0000 8042480: CipherInputStream.close() throws AEADBadTagException in some cases
ascarpino [Sun, 18 May 2014 23:06:51 +0000] rev 27721
8042480: CipherInputStream.close() throws AEADBadTagException in some cases Reviewed-by: xuelei
Sat, 15 Nov 2014 18:26:29 +0000 8015692: java.net.BindException is thrown on Windows XP when HTTP server is started and stopped in the loop.
msheppar [Sat, 15 Nov 2014 18:26:29 +0000] rev 27720
8015692: java.net.BindException is thrown on Windows XP when HTTP server is started and stopped in the loop. Summary: join the dispatcher thread in the ServerImpl.stop method to ensure Dispatcher is finished prior to exiting stop(). Reviewed-by: chegar
Thu, 06 Nov 2014 13:29:36 -0800 8063147: Class.getFields spec should state that fields are inherited from superinterfaces
martin [Thu, 06 Nov 2014 13:29:36 -0800] rev 27719
8063147: Class.getFields spec should state that fields are inherited from superinterfaces Reviewed-by: psandoz, chegar
Mon, 27 Oct 2014 16:24:43 -0700 8062194: java.util.jar.Attributes should use insertion-ordered iteration
martin [Mon, 27 Oct 2014 16:24:43 -0700] rev 27718
8062194: java.util.jar.Attributes should use insertion-ordered iteration Summary: s/HashMap/LinkedHashMap/g Reviewed-by: alanb, sherman
Fri, 14 Nov 2014 18:15:52 +0000 8050983: Misplaced parentheses in sun.net.www.http.HttpClient break HTTP PUT streaming
chegar [Fri, 14 Nov 2014 18:15:52 +0000] rev 27717
8050983: Misplaced parentheses in sun.net.www.http.HttpClient break HTTP PUT streaming Reviewed-by: michaelm
Fri, 14 Nov 2014 11:41:42 +0000 8034031: [parfait] JNI exception pending in jdk/src/macosx/native/apple/security/KeystoreImpl.m
vinnie [Fri, 14 Nov 2014 11:41:42 +0000] rev 27716
8034031: [parfait] JNI exception pending in jdk/src/macosx/native/apple/security/KeystoreImpl.m Reviewed-by: alanb
Fri, 14 Nov 2014 12:32:43 +0300 8004148: NPE in sun.awt.SunToolkit.getWindowDeactivationTime
ant [Fri, 14 Nov 2014 12:32:43 +0300] rev 27715
8004148: NPE in sun.awt.SunToolkit.getWindowDeactivationTime Reviewed-by: serb
Thu, 04 Dec 2014 12:58:17 -0800 Added tag jdk9-b41 for changeset 729f9700483a
katleman [Thu, 04 Dec 2014 12:58:17 -0800] rev 27714
Added tag jdk9-b41 for changeset 729f9700483a
Wed, 05 Jul 2017 20:09:15 +0200 Merge
duke [Wed, 05 Jul 2017 20:09:15 +0200] rev 27713
Merge
Thu, 04 Dec 2014 15:21:31 -0800 Merge
lana [Thu, 04 Dec 2014 15:21:31 -0800] rev 27712
Merge
Wed, 03 Dec 2014 17:48:58 +0000 Merge
chegar [Wed, 03 Dec 2014 17:48:58 +0000] rev 27711
Merge
Wed, 26 Nov 2014 20:38:10 -0500 Merge
drchase [Wed, 26 Nov 2014 20:38:10 -0500] rev 27710
Merge
Wed, 26 Nov 2014 08:06:58 +0100 8007993: hotspot.log w/ enabled LogCompilation can be an invalid XML
thartmann [Wed, 26 Nov 2014 08:06:58 +0100] rev 27709
8007993: hotspot.log w/ enabled LogCompilation can be an invalid XML Summary: Open compilation log files in write-mode and close before deletion attempt. Reviewed-by: vlivanov
Thu, 13 Nov 2014 09:19:46 +0100 8054478: C2: Incorrectly compiled char[] array access crashes JVM
roland [Thu, 13 Nov 2014 09:19:46 +0100] rev 27708
8054478: C2: Incorrectly compiled char[] array access crashes JVM Summary: dead backbranch in main loop results in erroneous array access Reviewed-by: kvn, iveresov
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip