darcy [Mon, 24 Jun 2013 23:40:31 -0700] rev 18546
8017550: Fix doclint issues in java.lang and subpackages
Reviewed-by: alanb, chegar
bpb [Mon, 24 Jun 2013 14:17:14 -0700] rev 18545
6469160: (fmt) general (%g) formatting of zero (0.0) with precision 0 or 1 throws ArrayOutOfBoundsException
Summary: For zero value ensure than an unpadded zero character is passed to Formatter.addZeros()
Reviewed-by: iris, darcy
Contributed-by: Brian Burkhalter <brian.burkhalter@oracle.com>
naoto [Mon, 24 Jun 2013 16:21:32 -0700] rev 18544
8017468: typo in javadoc: " ResourceBunlde "
Reviewed-by: okutsu
alanb [Mon, 24 Jun 2013 11:26:51 +0100] rev 18543
8017477: Remove TimeZone.DisplayNames, no longer used
Reviewed-by: okutsu
weijun [Mon, 24 Jun 2013 16:25:28 +0800] rev 18542
8017453: ReplayCache tests fail on multiple platforms
Reviewed-by: xuelei
arieber [Sat, 22 Jun 2013 08:20:11 +0100] rev 18541
7157360: HttpURLConnection: HTTP method DELETE doesn't support output
Reviewed-by: chegar
chegar [Sat, 22 Jun 2013 08:14:54 +0100] rev 18540
8017271: Crash may occur in java.net.DualStackPlainSocketImpl::initIDs due to unchecked values returned from JNI functions
Reviewed-by: alanb, khazra
naoto [Fri, 21 Jun 2013 13:42:55 -0700] rev 18539
6863624: java/util/Currency/PropertiesTest.sh writable check is incorrect
Reviewed-by: alanb
bpb [Fri, 21 Jun 2013 11:50:45 -0700] rev 18538
7131192: BigInteger.doubleValue() is depressingly slow
Summary: In doubleValue() and floatValue() replace converting to String and parsing to Double or Float with direct conversion into IEEE 754 bits.
Reviewed-by: bpb, drchase, martin
Contributed-by: Louis Wasserman <lowasser@google.com>
bpb [Fri, 21 Jun 2013 11:12:18 -0700] rev 18537
7192954: Fix Float.parseFloat to round correctly and preserve monotonicity.
4396272: Parsing doubles fails to follow IEEE for largest decimal that should yield 0
7039391: Use Math.ulp in FloatingDecimal
Summary: Correct rounding and monotonicity problems in floats and doubles
Reviewed-by: bpb, martin
Contributed-by: Dmitry Nadezhin <dmitry.nadezhin@oracle.com>, Louis Wasserman <lowasser@google.com>
weijun [Fri, 21 Jun 2013 18:26:13 +0800] rev 18536
8001326: Improve Kerberos caching
Reviewed-by: valeriep
alanb [Thu, 20 Jun 2013 19:14:30 +0100] rev 18535
8014377: (dc) DatagramChannel should set IP_MULTICAST_ALL=0 (lnx)
Reviewed-by: chegar, jzavgren
chegar [Thu, 20 Jun 2013 18:53:57 +0100] rev 18534
8014499: MulticastSocket should enable IP_MULTICAST_ALL (lnx)
Reviewed-by: alanb, chegar
Contributed-by: John Zavgren <john.zavgren@oracle.com>, Chris Hegarty <chris.hegarty@oracle.com>
mduigou [Thu, 20 Jun 2013 08:21:08 -0700] rev 18533
Merge
mduigou [Thu, 20 Jun 2013 07:23:51 -0700] rev 18532
8017088: Map/HashMap.compute() incorrect with key mapping to null value
Reviewed-by: dl, dholmes, plevart
xuelei [Thu, 20 Jun 2013 07:48:49 -0700] rev 18531
8017157: catch more exception in test RejectClientRenego
Reviewed-by: vinnie
psandoz [Thu, 20 Jun 2013 11:21:13 +0200] rev 18530
8016139: PrimitiveIterator.forEachRemaining
Reviewed-by: alanb
psandoz [Thu, 20 Jun 2013 11:15:23 +0200] rev 18529
8016455: Sync stream tests from lambda to tl
Reviewed-by: mduigou
Contributed-by: Brian Goetz <brian.goetz@oracle.com>, Paul Sandoz <paul.sandoz@oracle.com>
psandoz [Thu, 20 Jun 2013 11:02:28 +0200] rev 18528
8016324: filter/flatMap pipeline sinks should pass size information to downstream sink
Reviewed-by: chegar, mduigou
Contributed-by: Brian Goetz <brian.goetz@oracle.com>
psandoz [Thu, 20 Jun 2013 10:45:46 +0200] rev 18527
8016308: Updates to j.u.stream.Node/Nodes
Reviewed-by: mduigou
Contributed-by: Brian Goetz <brian.goetz@oracle.com>, Paul Sandoz <paul.sandoz@oracle.com>
lana [Tue, 02 Jul 2013 15:20:55 -0700] rev 18526
Merge
lana [Fri, 28 Jun 2013 18:06:26 -0700] rev 18525
Merge
dmarkov [Fri, 28 Jun 2013 18:32:20 +0400] rev 18524
8016534: javax/swing/text/View/8014863/bug8014863.java failed
Reviewed-by: alexp, alexsch
pchelko [Thu, 27 Jun 2013 13:56:16 +0400] rev 18523
8019236: [macosx] Add javadoc to the handleWindowFocusEvent in CEmbeddedFrame
Reviewed-by: serb, ant
alitvinov [Fri, 21 Jun 2013 21:30:12 +0400] rev 18522
8007642: Media Names on Java Print Do Not Match the Printer’s and Confuse Users
Reviewed-by: prr, jgodinez
malenkov [Fri, 21 Jun 2013 17:13:43 +0400] rev 18521
8016545: java.beans.XMLEncoder.writeObject output is wrong
Reviewed-by: alexsch
leonidr [Thu, 20 Jun 2013 18:50:55 +0400] rev 18520
8014264: The applet pathguy_TimeDead throws java.lang.NullPointerException in java console once click drop-down check box.
Reviewed-by: art, anthony, serb
prr [Tue, 02 Jul 2013 14:25:56 -0700] rev 18519
8019692: JDK build CC_OPT_HIGHEST setting isn't valid for Sun C++ compiler
Reviewed-by: jgodinez