Chris Hegarty
ad4cd4f68c
Merge
2013-06-27 10:21:22 +01:00
Bradford Wetmore
f20ec2a5b5
8019227: JDK-8010325 broke the old build
...
Reviewed-by: alanb, chegar
2013-06-27 10:19:59 +01:00
Joe Darcy
c9e713d562
8019228: Fix doclint issues in java.util.zip
...
Reviewed-by: sherman, mchung
2013-06-26 22:12:09 -07:00
Joe Darcy
5837f1387b
8019223: Fix doclint warnings in java.rmi.server
...
Reviewed-by: smarks
2013-06-26 19:09:18 -07:00
Joe Darcy
4d367e8fbb
7018139: Fix HTML accessibility and doclint issues in java.math
...
Reviewed-by: lancea, bpb
2013-06-26 13:24:13 -07:00
Naoto Sato
6dfb685340
8017322: java/util/Currency/PropertiesTest.sh should run exclusively
...
Reviewed-by: alanb
2013-06-26 11:21:01 -07:00
Robert Field
9151d67365
8016761: Lambda metafactory - incorrect type conversion of constructor method handle
...
Reviewed-by: jrose
2013-06-26 07:50:04 -07:00
Chris Hegarty
b3e5539d06
8012647: Add Arrays.parallelPrefix (prefix sum, scan, cumulative sum)
...
Co-authored-by: Doug Lea <dl@cs.oswego.edu>
Co-authored-by: Tristan Yan <tristan.yan@oracle.com>
Reviewed-by: chegar, alanb, psandoz
2013-06-26 15:30:39 +01:00
Xue-Lei Andrew Fan
d22a89a1ae
8017049: rename property jdk.tls.rejectClientInitializedRenego
...
Reviewed-by: vinnie, wetmore, mullan
2013-06-26 06:32:40 -07:00
Yong Jeffrey Huang
345f3a94c5
8013836: getFirstDayOfWeek reports wrong day for pt-BR locale
...
Reviewed-by: naoto
2013-06-25 21:03:08 -07:00
Jason Uh
d30f173a22
8017326: Cleanup of the javadoc <code> tag in java.security.spec
...
Convert javadoc <code> and <tt> tags to {@code ...}
Reviewed-by: darcy
2013-06-25 14:41:46 -07:00
Jason Uh
1b06c50919
8017325: Cleanup of the javadoc <code> tag in java.security.cert
...
Convert javadoc <code>...</code> and <tt>...</tt> tags to {@code ...}
Reviewed-by: darcy
2013-06-25 14:31:29 -07:00
Aleksey Shipilev
32b2aa9183
8014233: java.lang.Thread should have @Contended on TLR fields
...
Add the @Contended over three TLR fields.
Reviewed-by: psandoz, chegar, dholmes, dl
2013-06-25 20:06:09 +01:00
Artem Smotrakov
b158c095ac
8016051: Possible ClassCastException in KdcComm
...
Reviewed-by: weijun
2013-06-25 21:51:11 +08:00
Alan Eliasen
5a0793018c
4641897: Faster string conversion of large integers
...
Accelerate conversion to string by means of Schoenhage recursive base conversion.
Reviewed-by: bpb, alanb
2013-06-20 12:15:24 -07:00
Alan Bateman
980d06ca5f
8017570: jfr.jar should not be in compact3 (for now)
...
Reviewed-by: erikj
2013-06-25 13:53:23 +01:00
Joe Darcy
e751cc77ad
8017550: Fix doclint issues in java.lang and subpackages
...
Reviewed-by: alanb, chegar
2013-06-24 23:40:31 -07:00
Brian Burkhalter
9c0605b8e6
6469160: (fmt) general (%g) formatting of zero (0.0) with precision 0 or 1 throws ArrayOutOfBoundsException
...
For zero value ensure than an unpadded zero character is passed to Formatter.addZeros()
Reviewed-by: iris, darcy
2013-06-24 14:17:14 -07:00
Naoto Sato
650898839b
8017468: typo in javadoc: " ResourceBunlde "
...
Reviewed-by: okutsu
2013-06-24 16:21:32 -07:00
Alan Bateman
fbf2d36771
8017477: Remove TimeZone.DisplayNames, no longer used
...
Reviewed-by: okutsu
2013-06-24 11:26:51 +01:00
Weijun Wang
cb9be51085
8017453: ReplayCache tests fail on multiple platforms
...
Reviewed-by: xuelei
2013-06-24 16:25:28 +08:00
Andreas Rieber
14ddb9177d
7157360: HttpURLConnection: HTTP method DELETE doesn't support output
...
Reviewed-by: chegar
2013-06-22 08:20:11 +01:00
Chris Hegarty
a294d4b6a4
8017271: Crash may occur in java.net.DualStackPlainSocketImpl::initIDs due to unchecked values returned from JNI functions
...
Reviewed-by: alanb, khazra
2013-06-22 08:14:54 +01:00
Naoto Sato
feace4506d
6863624: java/util/Currency/PropertiesTest.sh writable check is incorrect
...
Reviewed-by: alanb
2013-06-21 13:42:55 -07:00
Louis Wasserman
90aebf1cf9
7131192: BigInteger.doubleValue() is depressingly slow
...
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
2013-06-21 11:50:45 -07:00
Dmitry Nadezhin
f52ad64ccc
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
Correct rounding and monotonicity problems in floats and doubles
Co-authored-by: Louis Wasserman <lowasser@google.com>
Reviewed-by: bpb, martin
2013-06-21 11:12:18 -07:00
Weijun Wang
af996219c7
8001326: Improve Kerberos caching
...
Reviewed-by: valeriep
2013-06-21 18:26:13 +08:00
Alan Bateman
a7f93a5480
8014377: (dc) DatagramChannel should set IP_MULTICAST_ALL=0 (lnx)
...
Reviewed-by: chegar, jzavgren
2013-06-20 19:14:30 +01:00
Chris Hegarty
92d31ec9c3
8014499: MulticastSocket should enable IP_MULTICAST_ALL (lnx)
...
Co-authored-by: John Zavgren <john.zavgren@oracle.com>
Reviewed-by: alanb, chegar
2013-06-20 18:53:57 +01:00
Mike Duigou
eb4f6b52dd
Merge
2013-06-20 08:21:08 -07:00
Xue-Lei Andrew Fan
b0246ef1ae
8017157: catch more exception in test RejectClientRenego
...
Reviewed-by: vinnie
2013-06-20 07:48:49 -07:00
Mike Duigou
3377e0da57
8017088: Map/HashMap.compute() incorrect with key mapping to null value
...
Reviewed-by: dl, dholmes, plevart
2013-06-20 07:23:51 -07:00
Paul Sandoz
338bfbd857
8016139: PrimitiveIterator.forEachRemaining
...
Reviewed-by: alanb
2013-06-20 11:21:13 +02:00
Paul Sandoz
6cb8fc5c5f
8016455: Sync stream tests from lambda to tl
...
Co-authored-by: Brian Goetz <brian.goetz@oracle.com>
Reviewed-by: mduigou
2013-06-20 11:15:23 +02:00
Brian Goetz
ae0d33346e
8016324: filter/flatMap pipeline sinks should pass size information to downstream sink
...
Reviewed-by: chegar, mduigou
2013-06-20 11:02:28 +02:00
Paul Sandoz
434bea45ac
8016308: Updates to j.u.stream.Node/Nodes
...
Co-authored-by: Brian Goetz <brian.goetz@oracle.com>
Reviewed-by: mduigou
2013-06-20 10:45:46 +02:00
Andreas Rieber
1f4dfcf422
7025238: HttpURLConnection does not handle URLs with an empty path component
...
Prepend a '/' to file when path is empty
Reviewed-by: chegar, khazra
2013-06-19 17:41:12 -07:00
Kurchi Subhra Hazra
0534c089d6
8016698: Cleanup overrides warning in sun/tools/ClassDeclaration.java
...
Override Object.hashCode()
Reviewed-by: alanb, chegar
2013-06-19 14:13:41 -07:00
Kurchi Subhra Hazra
ffbad7e9cb
8016576: Overrides warnings in jdi and jconsole
...
Implement hashCode() in classes emitting warnings
Reviewed-by: alanb, chegar
2013-06-19 14:02:38 -07:00
Dan Xu
cac8a15196
8016592: Clean-up Javac Overrides Warnings In javax/management/NotificationBroadcasterSupport.java
...
Add hashCode() methods to ListenerInfo and WildcardListenerInfo classes
Reviewed-by: dfuchs, alanb, sjiang, chegar
2013-06-19 13:00:53 -07:00
Chris Hegarty
410ff42dee
Merge
2013-06-19 17:32:08 +01:00
Alan Eliasen
3a76795991
4837946: Faster multiplication and exponentiation of large integers
...
4646474: BigInteger.pow() algorithm slow in 1.4.0
Implement Karatsuba and 3-way Toom-Cook multiplication as well as exponentiation using Karatsuba and Toom-Cook squaring.
Reviewed-by: alanb, bpb, martin
2013-06-19 08:59:39 -07:00
Chris Hegarty
a66a268679
8017057: More ProblemList.txt updates (6/2013)
...
Reviewed-by: alanb
2013-06-19 15:58:21 +01:00
Chris Hegarty
adc454c0fe
Merge
2013-06-19 13:03:03 +01:00
Chris Hegarty
f0b9acadba
Merge
2013-06-19 11:49:16 +01:00
Chris Hegarty
c3b4a84026
8017044: anti-delta fix for 8015402
...
Reviewed-by: alanb
2013-06-19 11:47:14 +01:00
Chris Hegarty
816efc70e6
Merge
2013-06-19 11:04:39 +01:00
Xue-Lei Andrew Fan
1ead1fc8bc
7188658: Add possibility to disable client initiated renegotiation
...
Reviewed-by: weijun, wetmore
2013-06-19 02:33:07 -07:00
Michael Fang
9dbb5efc0d
8015657: jdk8 l10n resource file translation update 3
...
Reviewed-by: yhuang
2013-06-18 21:08:48 -07:00
Xue-Lei Andrew Fan
7384a4704e
8000456: Add programmatic deadlock detection in SSLEngineDeadlock
...
Reviewed-by: wetmore
2013-06-18 18:50:13 -07:00