psandoz [Tue, 07 Jan 2014 11:33:22 +0100] rev 22112
8031306: Incorrect bug id on tests
Reviewed-by: chegar
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
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
darcy [Mon, 06 Jan 2014 13:54:54 -0800] rev 22109
8031210: Remove serial warning from java.lang.Enum
Reviewed-by: lancea, mduigou
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
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
darcy [Mon, 06 Jan 2014 11:48:32 -0800] rev 22106
8031201: Fix casting lint issues in java.net
Reviewed-by: alanb, chegar
michaelm [Mon, 06 Jan 2014 11:00:12 +0000] rev 22105
8029354: URLPermission.<init> throws llegalArgumentException: Invalid characters in hostname
Reviewed-by: alanb, chegar
joehw [Sun, 05 Jan 2014 21:02:57 -0800] rev 22104
8027359: XML parser returns incorrect parsing results
Reviewed-by: lancea
tyan [Fri, 03 Jan 2014 20:43:09 -0800] rev 22103
8030284: intermittent StackOverflow in RMI bench/serial test
Reviewed-by: smarks
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
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
darcy [Fri, 03 Jan 2014 09:49:08 -0800] rev 22100
8031148: Fix doclint issues in javax.xml.crypto.dsig
Reviewed-by: chegar, mullan
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
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
chegar [Fri, 03 Jan 2014 06:28:56 +0000] rev 22097
Merge
dl [Fri, 03 Jan 2014 06:22:41 +0000] rev 22096
8031133: AbstractMap should specify its default implementation using @implSpec
Reviewed-by: chegar, alanb
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
igerasim [Mon, 30 Dec 2013 16:34:06 +0400] rev 22094
8030698: Several GUI labels in jconsole need correction
Reviewed-by: sla
weijun [Mon, 30 Dec 2013 11:51:19 +0800] rev 22093
8028780: JDK KRB5 module throws OutOfMemoryError when CCache is corrupt
Reviewed-by: xuelei
xuelei [Tue, 24 Dec 2013 20:07:12 -0800] rev 22092
8025415: Test SSLSocketImplThrowsWrongExceptions.java timed out
Reviewed-by: weijun
smarks [Tue, 24 Dec 2013 16:43:19 -0800] rev 22091
8007256: RMI testlibrary cleanup: remove JavaVMCallbackHandler
Reviewed-by: darcy
mullan [Tue, 24 Dec 2013 08:42:21 -0500] rev 22090
Merge
mullan [Tue, 24 Dec 2013 08:40:40 -0500] rev 22089
8030813: Signed applet fails to load when CRLs are stored in an LDAP directory
Summary: Skip JNDI application resource lookup to avoid recursive JAR validation
Reviewed-by: vinnie, herrick
ksrini [Mon, 23 Dec 2013 14:24:48 -0800] rev 22088
8029997: [infra] remove Solaris ISA directories and the links
Reviewed-by: alanb, tbell
joehw [Mon, 23 Dec 2013 14:02:27 -0800] rev 22087
8029955: AIOB in XMLEntityScanner.scanLiteral upon parsing literals with > 100 LF chars
Reviewed-by: dfuchs, lancea, ulfzibis
dfuchs [Sun, 22 Dec 2013 11:20:07 +0100] rev 22086
8030850: Setting .level=FINEST in logging configuration file doesn't work
Summary: setLevel(INFO) was called too early on root logger, causing the value found in configuration file to be later ignored.
Reviewed-by: mchung
tyan [Fri, 20 Dec 2013 15:10:11 -0800] rev 22085
7168267: Cleanup of rmi regression tests
Reviewed-by: smarks
smarks [Fri, 13 Dec 2013 18:08:20 -0800] rev 22084
8027536: rmic: add deprecation warning message when generating JRMP static stubs/skeletons
Reviewed-by: mchung, dmocek
darcy [Fri, 20 Dec 2013 14:06:29 -0800] rev 22083
8030785: Missing "since 1.8" javadoc for java.lang.reflect.Method:getParameterCount
Reviewed-by: mduigou, mchung
rriggs [Fri, 20 Dec 2013 13:06:32 -0500] rev 22082
8029909: Clarify equals/hashcode behavior for java.time types
Summary: Document the behavior of equals and hashcode in java.time.chrono date types
Reviewed-by: sherman, scolebourne
rriggs [Fri, 20 Dec 2013 13:06:23 -0500] rev 22081
8030002: Enhance deserialization using readObject
Reviewed-by: sherman, chegar, scolebourne