Tue, 07 Jan 2014 19:19:32 -0800 8031369: Fix raw types warnings in sun.misc.{Cache, SoftCache}
darcy [Tue, 07 Jan 2014 19:19:32 -0800] rev 22123
8031369: Fix raw types warnings in sun.misc.{Cache, SoftCache} Reviewed-by: mduigou, lancea
Tue, 07 Jan 2014 15:02:41 -0800 8000962: Update JDK_MINOR_VERSION for JDK 9
darcy [Tue, 07 Jan 2014 15:02:41 -0800] rev 22122
8000962: Update JDK_MINOR_VERSION for JDK 9 Reviewed-by: jjg, ksrini
Tue, 07 Jan 2014 14:35:57 -0800 8030823: Security Providers need to have their version numbers updated for JDK9
ascarpino [Tue, 07 Jan 2014 14:35:57 -0800] rev 22121
8030823: Security Providers need to have their version numbers updated for JDK9 Reviewed-by: xuelei, wetmore
Tue, 07 Jan 2014 12:56:29 -0800 8031361: Fix raw types warning in java.lang.management
darcy [Tue, 07 Jan 2014 12:56:29 -0800] rev 22120
8031361: Fix raw types warning in java.lang.management Reviewed-by: psandoz, lancea, alanb
Tue, 07 Jan 2014 09:58:16 -0800 8031326: Use Class<?> rather than Class in java.net method signatures
darcy [Tue, 07 Jan 2014 09:58:16 -0800] rev 22119
8031326: Use Class<?> rather than Class in java.net method signatures Reviewed-by: alanb, chegar
Tue, 07 Jan 2014 11:50:15 -0500 8031103: java.time.Duration has wrong Javadoc Comments in toDays() and toHours()
rriggs [Tue, 07 Jan 2014 11:50:15 -0500] rev 22118
8031103: java.time.Duration has wrong Javadoc Comments in toDays() and toHours() Summary: Correct specification for Duration.toDays, toHours Reviewed-by: lancea, alanb
Tue, 07 Jan 2014 09:17:56 -0800 8031302: Fix raw types lint warnings in java.security
darcy [Tue, 07 Jan 2014 09:17:56 -0800] rev 22117
8031302: Fix raw types lint warnings in java.security Reviewed-by: xuelei
Tue, 07 Jan 2014 09:09:30 -0800 8027063: SecurityManger.getClassContext returns a raw type
darcy [Tue, 07 Jan 2014 09:09:30 -0800] rev 22116
8027063: SecurityManger.getClassContext returns a raw type Reviewed-by: lancea, alanb, xuelei
Tue, 07 Jan 2014 13:00:37 +0000 Merge
chegar [Tue, 07 Jan 2014 13:00:37 +0000] rev 22115
Merge
Tue, 07 Jan 2014 12:59:32 +0000 8031142: AbstractCollection and AbstractList should specify their default implementation using @implSpec
chegar [Tue, 07 Jan 2014 12:59:32 +0000] rev 22114
8031142: AbstractCollection and AbstractList should specify their default implementation using @implSpec Reviewed-by: martin, psandoz
Tue, 07 Jan 2014 11:34:59 +0000 8031067: java/util/concurrent/atomic/AtomicUpdaters.java: java.lang.Error: Unexpected reflective access
chegar [Tue, 07 Jan 2014 11:34:59 +0000] rev 22113
8031067: java/util/concurrent/atomic/AtomicUpdaters.java: java.lang.Error: Unexpected reflective access Summary: Ensure that the test is not influenced by the default users policy. Reviewed-by: martin
Tue, 07 Jan 2014 11:33:22 +0100 8031306: Incorrect bug id on tests
psandoz [Tue, 07 Jan 2014 11:33:22 +0100] rev 22112
8031306: Incorrect bug id on tests Reviewed-by: chegar
Tue, 07 Jan 2014 11:15:11 +0100 8031187: DoubleStream.count is incorrect for a stream containing > Integer.MAX_VALUE elements
psandoz [Tue, 07 Jan 2014 11:15:11 +0100] rev 22111
8031187: DoubleStream.count is incorrect for a stream containing > Integer.MAX_VALUE elements Reviewed-by: darcy
Tue, 07 Jan 2014 09:54:16 +0100 8030801: SocketHandler(host, port) requires permission ("java.util.logging.LoggingPermission" "control")
plevart [Tue, 07 Jan 2014 09:54:16 +0100] rev 22110
8030801: SocketHandler(host, port) requires permission ("java.util.logging.LoggingPermission" "control") 8029781: Theoretical data race on java.util.logging.Handler.sealed Summary: Use privileged actions instead of racy boolean field to elevate privilege when constructing logging handlers Reviewed-by: mchung, dfuchs
Mon, 06 Jan 2014 13:54:54 -0800 8031210: Remove serial warning from java.lang.Enum
darcy [Mon, 06 Jan 2014 13:54:54 -0800] rev 22109
8031210: Remove serial warning from java.lang.Enum Reviewed-by: lancea, mduigou
Wed, 11 Dec 2013 16:52:41 -0500 8029551: Add value-type notice to java.time classes
rriggs [Wed, 11 Dec 2013 16:52:41 -0500] rev 22108
8029551: Add value-type notice to java.time classes Summary: Add warning about identity of value types and reference to ValueBased.html Reviewed-by: briangoetz, smarks, scolebourne
Mon, 06 Jan 2014 13:20:06 -0800 8007967: Infinite loop can happen in sun.security.provider.certpath.SunCertPathBuilder.depthFirstSearchForward()
juh [Mon, 06 Jan 2014 13:20:06 -0800] rev 22107
8007967: Infinite loop can happen in sun.security.provider.certpath.SunCertPathBuilder.depthFirstSearchForward() Reviewed-by: mullan
Mon, 06 Jan 2014 11:48:32 -0800 8031201: Fix casting lint issues in java.net
darcy [Mon, 06 Jan 2014 11:48:32 -0800] rev 22106
8031201: Fix casting lint issues in java.net Reviewed-by: alanb, chegar
Mon, 06 Jan 2014 11:00:12 +0000 8029354: URLPermission.<init> throws llegalArgumentException: Invalid characters in hostname
michaelm [Mon, 06 Jan 2014 11:00:12 +0000] rev 22105
8029354: URLPermission.<init> throws llegalArgumentException: Invalid characters in hostname Reviewed-by: alanb, chegar
Sun, 05 Jan 2014 21:02:57 -0800 8027359: XML parser returns incorrect parsing results
joehw [Sun, 05 Jan 2014 21:02:57 -0800] rev 22104
8027359: XML parser returns incorrect parsing results Reviewed-by: lancea
Fri, 03 Jan 2014 20:43:09 -0800 8030284: intermittent StackOverflow in RMI bench/serial test
tyan [Fri, 03 Jan 2014 20:43:09 -0800] rev 22103
8030284: intermittent StackOverflow in RMI bench/serial test Reviewed-by: smarks
Fri, 03 Jan 2014 14:04:41 -0800 8029561: Optimization in Integer to string conversion
bpb [Fri, 03 Jan 2014 14:04:41 -0800] rev 22102
8029561: Optimization in Integer to string conversion Summary: Remove FIXME-TODO comments as the suggested change does not improve performance. Reviewed-by: darcy
Fri, 03 Jan 2014 10:38:23 -0800 8030212: Several api.java.util.stream tests got "NaN" value instead of "Infinity" or "-Infinity"
darcy [Fri, 03 Jan 2014 10:38:23 -0800] rev 22101
8030212: Several api.java.util.stream tests got "NaN" value instead of "Infinity" or "-Infinity" Reviewed-by: mduigou, psandoz
Fri, 03 Jan 2014 09:49:08 -0800 8031148: Fix doclint issues in javax.xml.crypto.dsig
darcy [Fri, 03 Jan 2014 09:49:08 -0800] rev 22100
8031148: Fix doclint issues in javax.xml.crypto.dsig Reviewed-by: chegar, mullan
Fri, 03 Jan 2014 15:59:54 +0000 8031113: TEST_BUG: java/nio/channels/AsynchronousChannelGroup/Basic.java fails intermittently
alanb [Fri, 03 Jan 2014 15:59:54 +0000] rev 22099
8031113: TEST_BUG: java/nio/channels/AsynchronousChannelGroup/Basic.java fails intermittently Reviewed-by: chegar
Fri, 03 Jan 2014 15:42:05 +0000 8029018: (bf) Check src/share/native/java/nio/Bits.c for JNI pending exceptions
alanb [Fri, 03 Jan 2014 15:42:05 +0000] rev 22098
8029018: (bf) Check src/share/native/java/nio/Bits.c for JNI pending exceptions Reviewed-by: chegar
Fri, 03 Jan 2014 06:28:56 +0000 Merge
chegar [Fri, 03 Jan 2014 06:28:56 +0000] rev 22097
Merge
Fri, 03 Jan 2014 06:22:41 +0000 8031133: AbstractMap should specify its default implementation using @implSpec
dl [Fri, 03 Jan 2014 06:22:41 +0000] rev 22096
8031133: AbstractMap should specify its default implementation using @implSpec Reviewed-by: chegar, alanb
Thu, 02 Jan 2014 19:23:27 +0000 8027903: java/net/MulticastSocket/SetGetNetworkInterfaceTest.java throws java.net.SocketException: Cannot assign requested address
msheppar [Thu, 02 Jan 2014 19:23:27 +0000] rev 22095
8027903: java/net/MulticastSocket/SetGetNetworkInterfaceTest.java throws java.net.SocketException: Cannot assign requested address Summary: check for pending Exception and clear if invoking ipv6 mcast_set_xxx function during setNetworkInterface call flow. Reviewed-by: alanb, chegar
Mon, 30 Dec 2013 16:34:06 +0400 8030698: Several GUI labels in jconsole need correction
igerasim [Mon, 30 Dec 2013 16:34:06 +0400] rev 22094
8030698: Several GUI labels in jconsole need correction Reviewed-by: sla
Mon, 30 Dec 2013 11:51:19 +0800 8028780: JDK KRB5 module throws OutOfMemoryError when CCache is corrupt
weijun [Mon, 30 Dec 2013 11:51:19 +0800] rev 22093
8028780: JDK KRB5 module throws OutOfMemoryError when CCache is corrupt Reviewed-by: xuelei
Tue, 24 Dec 2013 20:07:12 -0800 8025415: Test SSLSocketImplThrowsWrongExceptions.java timed out
xuelei [Tue, 24 Dec 2013 20:07:12 -0800] rev 22092
8025415: Test SSLSocketImplThrowsWrongExceptions.java timed out Reviewed-by: weijun
(0) -10000 -3000 -1000 -300 -100 -50 -32 +32 +50 +100 +300 +1000 +3000 +10000 +30000 tip