Tue, 02 Jul 2013 19:47:58 +0200 7184195: java.util.logging.Logger.getGlobal().info() doesn't log without configuration
dfuchs [Tue, 02 Jul 2013 19:47:58 +0200] rev 18595
7184195: java.util.logging.Logger.getGlobal().info() doesn't log without configuration Summary: Due to subtle synchronization issues between LogManager & Logger class initialization the global logger doesn't have its 'manager' field initialized until the LogManager is initialized. This fix will ensure that the global logger has its 'manager' field set when getGlobal() is called. Reviewed-by: mchung, plevart
Tue, 02 Jul 2013 05:28:31 -0700 8017463: [TEST_BUG] 2 tests from tools/pack200/ remain about 1 GB of data in work directory after execution
ksrini [Tue, 02 Jul 2013 05:28:31 -0700] rev 18594
8017463: [TEST_BUG] 2 tests from tools/pack200/ remain about 1 GB of data in work directory after execution Reviewed-by: mchung
Tue, 02 Jul 2013 11:30:31 +0200 8017174: NPE when using Logger.getAnonymousLogger or LogManager.getLogManager().getLogger
dfuchs [Tue, 02 Jul 2013 11:30:31 +0200] rev 18593
8017174: NPE when using Logger.getAnonymousLogger or LogManager.getLogManager().getLogger Summary: This patch makes sure that LoggerContext instances created for applets have a root and global logger. Reviewed-by: mchung
Mon, 01 Jul 2013 17:46:12 -0700 8019539: Fix doclint errors in java.security and its subpackages
juh [Mon, 01 Jul 2013 17:46:12 -0700] rev 18592
8019539: Fix doclint errors in java.security and its subpackages Reviewed-by: darcy
Mon, 01 Jul 2013 14:33:08 -0700 8019535: Fix doclint issues in java.time.format
darcy [Mon, 01 Jul 2013 14:33:08 -0700] rev 18591
8019535: Fix doclint issues in java.time.format Reviewed-by: lancea, rriggs
Mon, 01 Jul 2013 13:42:03 -0700 8019529: Fix doclint issues in java.util.spi
darcy [Mon, 01 Jul 2013 13:42:03 -0700] rev 18590
8019529: Fix doclint issues in java.util.spi Reviewed-by: lancea
Mon, 01 Jul 2013 13:29:32 -0700 8019527: Fix doclint issues in java.lang.instrument
darcy [Mon, 01 Jul 2013 13:29:32 -0700] rev 18589
8019527: Fix doclint issues in java.lang.instrument Reviewed-by: lancea, alanb
Mon, 01 Jul 2013 11:30:14 -0700 8017540: Improve multi-threaded contention behavior of radix conversion cache
bpb [Mon, 01 Jul 2013 11:30:14 -0700] rev 18588
8017540: Improve multi-threaded contention behavior of radix conversion cache Summary: Replace array of ArrayList of BigIntegers with a volatile two-dimensional BigInteger array eliminate the synchronization of getRadixConversionCache() Reviewed-by: plevart, shade, bpb, alanb Contributed-by: Peter Levart <peter.levart@gmail.com>, Dmitry Nadezhin <dmitry.nadezhin@oracle.com>, Aleksey Shipilev <aleksey.shipilev@oracle.com>
Mon, 01 Jul 2013 14:39:47 +0100 8019259: Failover to CRL checking does not happen if wrong OCSP responder URL is set
vinnie [Mon, 01 Jul 2013 14:39:47 +0100] rev 18587
8019259: Failover to CRL checking does not happen if wrong OCSP responder URL is set Reviewed-by: xuelei
Mon, 01 Jul 2013 11:13:56 +0200 8014045: test/java/lang/management/PlatformLoggingMXBean/LoggingMXBeanTest.java failing intermittently
dfuchs [Mon, 01 Jul 2013 11:13:56 +0200] rev 18586
8014045: test/java/lang/management/PlatformLoggingMXBean/LoggingMXBeanTest.java failing intermittently Summary: this test was failing because it didn't take into account the fact that Loggers could be garbage collected. Reviewed-by: mchung
Sun, 30 Jun 2013 17:15:47 -0700 8019467: Fix doclint issues in java.util.jar.Pack200
darcy [Sun, 30 Jun 2013 17:15:47 -0700] rev 18585
8019467: Fix doclint issues in java.util.jar.Pack200 Reviewed-by: lancea, ksrini
Sun, 30 Jun 2013 16:02:11 -0700 8019466: Fix doclint issues in java.util.function
darcy [Sun, 30 Jun 2013 16:02:11 -0700] rev 18584
8019466: Fix doclint issues in java.util.function Reviewed-by: briangoetz
Sat, 29 Jun 2013 06:12:28 -0400 8019286: Fix javadoc typo in ResultSet.next
lancea [Sat, 29 Jun 2013 06:12:28 -0400] rev 18583
8019286: Fix javadoc typo in ResultSet.next Reviewed-by: darcy, mchung
Fri, 28 Jun 2013 19:46:18 -0700 Merge
lana [Fri, 28 Jun 2013 19:46:18 -0700] rev 18582
Merge
Fri, 28 Jun 2013 19:45:06 +0100 8019384: jps and jcmd tests fail when there is a process started with a .war file
alanb [Fri, 28 Jun 2013 19:45:06 +0100] rev 18581
8019384: jps and jcmd tests fail when there is a process started with a .war file Reviewed-by: dcubed, sla, mchung
Fri, 28 Jun 2013 11:35:36 -0700 8019407: Fix doclint issues in javax.naming.*
darcy [Fri, 28 Jun 2013 11:35:36 -0700] rev 18580
8019407: Fix doclint issues in javax.naming.* Reviewed-by: lancea
Fri, 28 Jun 2013 10:48:02 -0700 8019360: Cleanup of the javadoc <code> tag in java.security.*
juh [Fri, 28 Jun 2013 10:48:02 -0700] rev 18579
8019360: Cleanup of the javadoc <code> tag in java.security.* Summary: Convert to {@code ...} tags. convert package.html to package-info.java. Reviewed-by: darcy
Fri, 28 Jun 2013 16:39:15 +0100 Merge
chegar [Fri, 28 Jun 2013 16:39:15 +0100] rev 18578
Merge
Fri, 28 Jun 2013 16:38:09 +0100 8015799: HttpURLConnection.getHeaderFields() throws IllegalArgumentException
jzavgren [Fri, 28 Jun 2013 16:38:09 +0100] rev 18577
8015799: HttpURLConnection.getHeaderFields() throws IllegalArgumentException Reviewed-by: chegar, dsamersoff, khazra
Fri, 28 Jun 2013 12:12:37 +0100 8019377: Sync j.u.c locks and atomic from 166 to tl
dl [Fri, 28 Jun 2013 12:12:37 +0100] rev 18576
8019377: Sync j.u.c locks and atomic from 166 to tl Reviewed-by: chegar
Fri, 28 Jun 2013 12:10:18 +0100 8017739: ReentrantReadWriteLock is confused by the Threads with reused IDs
dl [Fri, 28 Jun 2013 12:10:18 +0100] rev 18575
8017739: ReentrantReadWriteLock is confused by the Threads with reused IDs Reviewed-by: chegar
Fri, 28 Jun 2013 16:10:23 +0100 8019380: doclint warnings in java.nio, java.nio.file.**, java.nio.channels.**
alanb [Fri, 28 Jun 2013 16:10:23 +0100] rev 18574
8019380: doclint warnings in java.nio, java.nio.file.**, java.nio.channels.** Reviewed-by: chegar
Wed, 26 Jun 2013 19:15:34 +0200 8019155: Update makefiles with correct jfr packages
sla [Wed, 26 Jun 2013 19:15:34 +0200] rev 18573
8019155: Update makefiles with correct jfr packages Reviewed-by: mgronlun, erikj
Fri, 28 Jun 2013 10:29:21 +0200 8012987: Optimizations for Stream.limit/substream
psandoz [Fri, 28 Jun 2013 10:29:21 +0200] rev 18572
8012987: Optimizations for Stream.limit/substream Reviewed-by: mduigou Contributed-by: Brian Goetz <brian.goetz@oracle.com>, Paul Sandoz <paul.sandoz@oracle.com>
Tue, 11 Jun 2013 13:41:38 -0700 8009736: Comparator API cleanup
henryjen [Tue, 11 Jun 2013 13:41:38 -0700] rev 18571
8009736: Comparator API cleanup Reviewed-by: psandoz, briangoetz, mduigou, plevart
Thu, 27 Jun 2013 19:22:51 -0700 8019359: To comment why not use no_renegotiation to reject client initiated renegotiation
xuelei [Thu, 27 Jun 2013 19:22:51 -0700] rev 18570
8019359: To comment why not use no_renegotiation to reject client initiated renegotiation Reviewed-by: wetmore
Thu, 27 Jun 2013 19:02:02 -0700 8019357: Fix doclint warnings in java.lang.invoke
darcy [Thu, 27 Jun 2013 19:02:02 -0700] rev 18569
8019357: Fix doclint warnings in java.lang.invoke Reviewed-by: jrose
Thu, 27 Jun 2013 14:40:21 -0700 6609431: (rb) ResourceBundle.getString() returns incorrect value
naoto [Thu, 27 Jun 2013 14:40:21 -0700] rev 18568
6609431: (rb) ResourceBundle.getString() returns incorrect value Reviewed-by: okutsu, sherman
Thu, 27 Jun 2013 14:11:25 -0700 8019320: Fix doclint issues in javax.script
darcy [Thu, 27 Jun 2013 14:11:25 -0700] rev 18567
8019320: Fix doclint issues in javax.script Reviewed-by: lancea
Thu, 27 Jun 2013 13:35:01 -0700 8019224: add exception chaining to RMI CGIHandler
smarks [Thu, 27 Jun 2013 13:35:01 -0700] rev 18566
8019224: add exception chaining to RMI CGIHandler Reviewed-by: darcy
Thu, 27 Jun 2013 12:24:26 -0700 8019315: Fix doclint issues in java.util.logging
darcy [Thu, 27 Jun 2013 12:24:26 -0700] rev 18565
8019315: Fix doclint issues in java.util.logging Reviewed-by: lancea
Thu, 27 Jun 2013 15:07:56 -0400 8017471: Fix JDBC -Xdoclint public errors
lancea [Thu, 27 Jun 2013 15:07:56 -0400] rev 18564
8017471: Fix JDBC -Xdoclint public errors Reviewed-by: darcy
Thu, 27 Jun 2013 11:06:46 -0700 8019304: Fix doclint issues in java.util.prefs
darcy [Thu, 27 Jun 2013 11:06:46 -0700] rev 18563
8019304: Fix doclint issues in java.util.prefs Reviewed-by: lancea
Thu, 27 Jun 2013 10:21:22 +0100 Merge
chegar [Thu, 27 Jun 2013 10:21:22 +0100] rev 18562
Merge
Thu, 27 Jun 2013 10:19:59 +0100 8019227: JDK-8010325 broke the old build
wetmore [Thu, 27 Jun 2013 10:19:59 +0100] rev 18561
8019227: JDK-8010325 broke the old build Reviewed-by: alanb, chegar
Wed, 26 Jun 2013 22:12:09 -0700 8019228: Fix doclint issues in java.util.zip
darcy [Wed, 26 Jun 2013 22:12:09 -0700] rev 18560
8019228: Fix doclint issues in java.util.zip Reviewed-by: sherman, mchung
Wed, 26 Jun 2013 19:09:18 -0700 8019223: Fix doclint warnings in java.rmi.server
darcy [Wed, 26 Jun 2013 19:09:18 -0700] rev 18559
8019223: Fix doclint warnings in java.rmi.server Reviewed-by: smarks
Wed, 26 Jun 2013 13:24:13 -0700 7018139: Fix HTML accessibility and doclint issues in java.math
darcy [Wed, 26 Jun 2013 13:24:13 -0700] rev 18558
7018139: Fix HTML accessibility and doclint issues in java.math Reviewed-by: lancea, bpb
Wed, 26 Jun 2013 11:21:01 -0700 8017322: java/util/Currency/PropertiesTest.sh should run exclusively
naoto [Wed, 26 Jun 2013 11:21:01 -0700] rev 18557
8017322: java/util/Currency/PropertiesTest.sh should run exclusively Reviewed-by: alanb
Wed, 26 Jun 2013 07:50:04 -0700 8016761: Lambda metafactory - incorrect type conversion of constructor method handle
rfield [Wed, 26 Jun 2013 07:50:04 -0700] rev 18556
8016761: Lambda metafactory - incorrect type conversion of constructor method handle Reviewed-by: jrose
Wed, 26 Jun 2013 15:30:39 +0100 8012647: Add Arrays.parallelPrefix (prefix sum, scan, cumulative sum)
chegar [Wed, 26 Jun 2013 15:30:39 +0100] rev 18555
8012647: Add Arrays.parallelPrefix (prefix sum, scan, cumulative sum) Reviewed-by: chegar, alanb, psandoz Contributed-by: Doug Lea <dl@cs.oswego.edu>, Tristan Yan <tristan.yan@oracle.com>, Chris Hegarty <chris.hegarty@oracle.com>
Wed, 26 Jun 2013 06:32:40 -0700 8017049: rename property jdk.tls.rejectClientInitializedRenego
xuelei [Wed, 26 Jun 2013 06:32:40 -0700] rev 18554
8017049: rename property jdk.tls.rejectClientInitializedRenego Reviewed-by: vinnie, wetmore, mullan
Tue, 25 Jun 2013 21:03:08 -0700 8013836: getFirstDayOfWeek reports wrong day for pt-BR locale
yhuang [Tue, 25 Jun 2013 21:03:08 -0700] rev 18553
8013836: getFirstDayOfWeek reports wrong day for pt-BR locale Reviewed-by: naoto
Tue, 25 Jun 2013 14:41:46 -0700 8017326: Cleanup of the javadoc <code> tag in java.security.spec
juh [Tue, 25 Jun 2013 14:41:46 -0700] rev 18552
8017326: Cleanup of the javadoc <code> tag in java.security.spec Summary: Convert javadoc <code> and <tt> tags to {@code ...} Reviewed-by: darcy
Tue, 25 Jun 2013 14:31:29 -0700 8017325: Cleanup of the javadoc <code> tag in java.security.cert
juh [Tue, 25 Jun 2013 14:31:29 -0700] rev 18551
8017325: Cleanup of the javadoc <code> tag in java.security.cert Summary: Convert javadoc <code>...</code> and <tt>...</tt> tags to {@code ...} Reviewed-by: darcy
Tue, 25 Jun 2013 20:06:09 +0100 8014233: java.lang.Thread should have @Contended on TLR fields
shade [Tue, 25 Jun 2013 20:06:09 +0100] rev 18550
8014233: java.lang.Thread should have @Contended on TLR fields Summary: add the @Contended over three TLR fields. Reviewed-by: psandoz, chegar, dholmes, dl
Tue, 25 Jun 2013 21:51:11 +0800 8016051: Possible ClassCastException in KdcComm
weijun [Tue, 25 Jun 2013 21:51:11 +0800] rev 18549
8016051: Possible ClassCastException in KdcComm Reviewed-by: weijun Contributed-by: Artem Smotrakov <artem.smotrakov@oracle.com>
Thu, 20 Jun 2013 12:15:24 -0700 4641897: Faster string conversion of large integers
bpb [Thu, 20 Jun 2013 12:15:24 -0700] rev 18548
4641897: Faster string conversion of large integers Summary: Accelerate conversion to string by means of Schoenhage recursive base conversion. Reviewed-by: bpb, alanb Contributed-by: Alan Eliasen <eliasen@mindspring.com>
Tue, 25 Jun 2013 13:53:23 +0100 8017570: jfr.jar should not be in compact3 (for now)
alanb [Tue, 25 Jun 2013 13:53:23 +0100] rev 18547
8017570: jfr.jar should not be in compact3 (for now) Reviewed-by: erikj
Mon, 24 Jun 2013 23:40:31 -0700 8017550: Fix doclint issues in java.lang and subpackages
darcy [Mon, 24 Jun 2013 23:40:31 -0700] rev 18546
8017550: Fix doclint issues in java.lang and subpackages Reviewed-by: alanb, chegar
Mon, 24 Jun 2013 14:17:14 -0700 6469160: (fmt) general (%g) formatting of zero (0.0) with precision 0 or 1 throws ArrayOutOfBoundsException
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>
Mon, 24 Jun 2013 16:21:32 -0700 8017468: typo in javadoc: " ResourceBunlde "
naoto [Mon, 24 Jun 2013 16:21:32 -0700] rev 18544
8017468: typo in javadoc: " ResourceBunlde " Reviewed-by: okutsu
Mon, 24 Jun 2013 11:26:51 +0100 8017477: Remove TimeZone.DisplayNames, no longer used
alanb [Mon, 24 Jun 2013 11:26:51 +0100] rev 18543
8017477: Remove TimeZone.DisplayNames, no longer used Reviewed-by: okutsu
Mon, 24 Jun 2013 16:25:28 +0800 8017453: ReplayCache tests fail on multiple platforms
weijun [Mon, 24 Jun 2013 16:25:28 +0800] rev 18542
8017453: ReplayCache tests fail on multiple platforms Reviewed-by: xuelei
Sat, 22 Jun 2013 08:20:11 +0100 7157360: HttpURLConnection: HTTP method DELETE doesn't support output
arieber [Sat, 22 Jun 2013 08:20:11 +0100] rev 18541
7157360: HttpURLConnection: HTTP method DELETE doesn't support output Reviewed-by: chegar
Sat, 22 Jun 2013 08:14:54 +0100 8017271: Crash may occur in java.net.DualStackPlainSocketImpl::initIDs due to unchecked values returned from JNI functions
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
Fri, 21 Jun 2013 13:42:55 -0700 6863624: java/util/Currency/PropertiesTest.sh writable check is incorrect
naoto [Fri, 21 Jun 2013 13:42:55 -0700] rev 18539
6863624: java/util/Currency/PropertiesTest.sh writable check is incorrect Reviewed-by: alanb
Fri, 21 Jun 2013 11:50:45 -0700 7131192: BigInteger.doubleValue() is depressingly slow
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>
Fri, 21 Jun 2013 11:12:18 -0700 7192954: Fix Float.parseFloat to round correctly and preserve monotonicity.
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>
Fri, 21 Jun 2013 18:26:13 +0800 8001326: Improve Kerberos caching
weijun [Fri, 21 Jun 2013 18:26:13 +0800] rev 18536
8001326: Improve Kerberos caching Reviewed-by: valeriep
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip