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
Thu, 20 Jun 2013 19:14:30 +0100 8014377: (dc) DatagramChannel should set IP_MULTICAST_ALL=0 (lnx)
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
Thu, 20 Jun 2013 18:53:57 +0100 8014499: MulticastSocket should enable IP_MULTICAST_ALL (lnx)
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>
Thu, 20 Jun 2013 08:21:08 -0700 Merge
mduigou [Thu, 20 Jun 2013 08:21:08 -0700] rev 18533
Merge
Thu, 20 Jun 2013 07:23:51 -0700 8017088: Map/HashMap.compute() incorrect with key mapping to null value
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
Thu, 20 Jun 2013 07:48:49 -0700 8017157: catch more exception in test RejectClientRenego
xuelei [Thu, 20 Jun 2013 07:48:49 -0700] rev 18531
8017157: catch more exception in test RejectClientRenego Reviewed-by: vinnie
Thu, 20 Jun 2013 11:21:13 +0200 8016139: PrimitiveIterator.forEachRemaining
psandoz [Thu, 20 Jun 2013 11:21:13 +0200] rev 18530
8016139: PrimitiveIterator.forEachRemaining Reviewed-by: alanb
Thu, 20 Jun 2013 11:15:23 +0200 8016455: Sync stream tests from lambda to tl
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>
Thu, 20 Jun 2013 11:02:28 +0200 8016324: filter/flatMap pipeline sinks should pass size information to downstream sink
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>
Thu, 20 Jun 2013 10:45:46 +0200 8016308: Updates to j.u.stream.Node/Nodes
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>
Tue, 02 Jul 2013 15:20:55 -0700 Merge
lana [Tue, 02 Jul 2013 15:20:55 -0700] rev 18526
Merge
Fri, 28 Jun 2013 18:06:26 -0700 Merge
lana [Fri, 28 Jun 2013 18:06:26 -0700] rev 18525
Merge
Fri, 28 Jun 2013 18:32:20 +0400 8016534: javax/swing/text/View/8014863/bug8014863.java failed
dmarkov [Fri, 28 Jun 2013 18:32:20 +0400] rev 18524
8016534: javax/swing/text/View/8014863/bug8014863.java failed Reviewed-by: alexp, alexsch
Thu, 27 Jun 2013 13:56:16 +0400 8019236: [macosx] Add javadoc to the handleWindowFocusEvent in CEmbeddedFrame
pchelko [Thu, 27 Jun 2013 13:56:16 +0400] rev 18523
8019236: [macosx] Add javadoc to the handleWindowFocusEvent in CEmbeddedFrame Reviewed-by: serb, ant
Fri, 21 Jun 2013 21:30:12 +0400 8007642: Media Names on Java Print Do Not Match the Printer’s and Confuse Users
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
Fri, 21 Jun 2013 17:13:43 +0400 8016545: java.beans.XMLEncoder.writeObject output is wrong
malenkov [Fri, 21 Jun 2013 17:13:43 +0400] rev 18521
8016545: java.beans.XMLEncoder.writeObject output is wrong Reviewed-by: alexsch
Thu, 20 Jun 2013 18:50:55 +0400 8014264: The applet pathguy_TimeDead throws java.lang.NullPointerException in java console once click drop-down check box.
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
Tue, 02 Jul 2013 14:25:56 -0700 8019692: JDK build CC_OPT_HIGHEST setting isn't valid for Sun C++ compiler
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
Mon, 01 Jul 2013 12:39:26 -0700 8015144: Performance regression in ICU OpenType Layout library
prr [Mon, 01 Jul 2013 12:39:26 -0700] rev 18518
8015144: Performance regression in ICU OpenType Layout library Reviewed-by: srl, jgodinez
Fri, 28 Jun 2013 19:37:48 -0700 Merge
lana [Fri, 28 Jun 2013 19:37:48 -0700] rev 18517
Merge
Wed, 26 Jun 2013 13:49:16 +0400 8016254: several sun/java2d/OpenGL tests failed with SIGFPE
vadim [Wed, 26 Jun 2013 13:49:16 +0400] rev 18516
8016254: several sun/java2d/OpenGL tests failed with SIGFPE Reviewed-by: prr, bae
Thu, 04 Jul 2013 01:00:52 -0700 Added tag jdk8-b97 for changeset a23062727b66
cl [Thu, 04 Jul 2013 01:00:52 -0700] rev 18515
Added tag jdk8-b97 for changeset a23062727b66
Wed, 05 Jul 2017 19:02:28 +0200 Merge
duke [Wed, 05 Jul 2017 19:02:28 +0200] rev 18514
Merge
Thu, 04 Jul 2013 14:45:58 -0700 Added tag hs25-b40 for changeset d5b4e1fe16bd
amurillo [Thu, 04 Jul 2013 14:45:58 -0700] rev 18513
Added tag hs25-b40 for changeset d5b4e1fe16bd
Thu, 04 Jul 2013 14:45:57 -0700 Merge
amurillo [Thu, 04 Jul 2013 14:45:57 -0700] rev 18512
Merge
Thu, 04 Jul 2013 03:41:57 -0700 Merge
roland [Thu, 04 Jul 2013 03:41:57 -0700] rev 18511
Merge
Thu, 04 Jul 2013 01:42:34 -0700 Merge
roland [Thu, 04 Jul 2013 01:42:34 -0700] rev 18510
Merge
Tue, 02 Jul 2013 22:51:23 -0700 Merge
twisti [Tue, 02 Jul 2013 22:51:23 -0700] rev 18509
Merge
Tue, 02 Jul 2013 20:27:00 -0700 8017571: JSR292: JVM crashing on assert "cast to instanceKlass" while producing MethodHandle for array methods with MethodHandle.findVirtual
twisti [Tue, 02 Jul 2013 20:27:00 -0700] rev 18508
8017571: JSR292: JVM crashing on assert "cast to instanceKlass" while producing MethodHandle for array methods with MethodHandle.findVirtual Reviewed-by: kvn
Tue, 02 Jul 2013 20:42:12 -0400 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase [Tue, 02 Jul 2013 20:42:12 -0400] rev 18507
7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32 Summary: add intrinsics using new instruction to interpreter, C1, C2, for suitable x86; add test Reviewed-by: kvn, twisti
Tue, 02 Jul 2013 07:51:31 +0200 8014972: Crash with specific values for -XX:InitialCodeCacheSize=500K -XX:ReservedCodeCacheSize=500k
anoll [Tue, 02 Jul 2013 07:51:31 +0200] rev 18506
8014972: Crash with specific values for -XX:InitialCodeCacheSize=500K -XX:ReservedCodeCacheSize=500k Summary: Introduce a minimum code cache size that guarantees that the VM can startup. Reviewed-by: kvn, twisti
Tue, 02 Jul 2013 10:30:49 -0700 8019247: SIGSEGV in compiled method c8e.e.t_.getArray(Ljava/lang/Class;)[Ljava/lang/Object
kvn [Tue, 02 Jul 2013 10:30:49 -0700] rev 18505
8019247: SIGSEGV in compiled method c8e.e.t_.getArray(Ljava/lang/Class;)[Ljava/lang/Object Summary: Undo recent changes (and add more comments) in Ideal_allocation(). Reviewed-by: roland
Mon, 01 Jul 2013 14:14:16 -0700 8019382: PPC64: Fix bytecodeInterpreter to compile with '-Wunused-value'
simonis [Mon, 01 Jul 2013 14:14:16 -0700] rev 18504
8019382: PPC64: Fix bytecodeInterpreter to compile with '-Wunused-value' Summary: cast the offending expressions to (void) Reviewed-by: kvn, coleenp
Mon, 01 Jul 2013 12:22:34 -0700 8006629: NEED_TEST: need test for JDK-8001071
kvn [Mon, 01 Jul 2013 12:22:34 -0700] rev 18503
8006629: NEED_TEST: need test for JDK-8001071 Summary: added regression test Reviewed-by: kvn, coleenp Contributed-by: Filipp Zhinkin <filipp.zhinkin@oracle.com>
Thu, 04 Jul 2013 01:03:26 -0700 Merge
bdelsart [Thu, 04 Jul 2013 01:03:26 -0700] rev 18502
Merge
Wed, 03 Jul 2013 22:36:42 -0400 Merge
clucasius [Wed, 03 Jul 2013 22:36:42 -0400] rev 18501
Merge
Mon, 01 Jul 2013 19:44:37 -0400 8006023: Embedded Builds fail management test because of requirement for UsePerfData being enabled.
jiangli [Mon, 01 Jul 2013 19:44:37 -0400] rev 18500
8006023: Embedded Builds fail management test because of requirement for UsePerfData being enabled. Summary: Added -XX:+UsePerfData to Test7196045.java. Reviewed-by: dholmes, collins
Wed, 03 Jul 2013 15:04:53 -0700 Merge
tamao [Wed, 03 Jul 2013 15:04:53 -0700] rev 18499
Merge
Wed, 03 Jul 2013 14:50:10 -0700 Merge
tamao [Wed, 03 Jul 2013 14:50:10 -0700] rev 18498
Merge
Fri, 28 Jun 2013 20:18:04 -0700 8017611: Auto corrector for mistyped vm options
tamao [Fri, 28 Jun 2013 20:18:04 -0700] rev 18497
8017611: Auto corrector for mistyped vm options Summary: The auto corrector for mistyped vm options fuzzy-matches existing flags based on string similarity (Dice's coefficient). Reviewed-by: kvn, dsamersoff, hseigel, johnc
Mon, 01 Jul 2013 09:30:23 -0700 8017070: G1: assert(_card_counts[card_num] <= G1ConcRSHotCardLimit) failed
johnc [Mon, 01 Jul 2013 09:30:23 -0700] rev 18496
8017070: G1: assert(_card_counts[card_num] <= G1ConcRSHotCardLimit) failed Summary: The assert is invalid when a card is being refined by two different threads and its count crosses the hot threshold - the refinement count will be updated once by each thread triggering the assert. Remove the assert and update the count using a bounded expression. Reviewed-by: jmasa, tamao, brutisso
Sun, 30 Jun 2013 21:42:07 +0200 8014022: G1: Non Java threads should lock the shared SATB queue lock without safepoint checks.
brutisso [Sun, 30 Jun 2013 21:42:07 +0200] rev 18495
8014022: G1: Non Java threads should lock the shared SATB queue lock without safepoint checks. Reviewed-by: tschatzl, brutisso, jmasa, ysr Contributed-by: per.liden@oracle.com
Fri, 28 Jun 2013 18:28:17 +0200 Merge
ehelin [Fri, 28 Jun 2013 18:28:17 +0200] rev 18494
Merge
Thu, 27 Jun 2013 09:59:59 +0200 8017483: G1 tests fail with native OOME on Solaris x86 after HeapBaseMinAddress has been increased
brutisso [Thu, 27 Jun 2013 09:59:59 +0200] rev 18493
8017483: G1 tests fail with native OOME on Solaris x86 after HeapBaseMinAddress has been increased Summary: Set HeapBaseMinAddress as default rather than ergo Reviewed-by: stefank, jmasa, kvn
Tue, 02 Jul 2013 16:54:24 +0200 Merge
coleenp [Tue, 02 Jul 2013 16:54:24 +0200] rev 18492
Merge
Tue, 02 Jul 2013 08:42:37 -0400 8015391: NPG: With -XX:+UseCompressedKlassPointers OOME due to exhausted metadata space could occur when metaspace is almost empty
coleenp [Tue, 02 Jul 2013 08:42:37 -0400] rev 18491
8015391: NPG: With -XX:+UseCompressedKlassPointers OOME due to exhausted metadata space could occur when metaspace is almost empty Summary: Allocate medium chunks for class metaspace when class loader has lots of classes Reviewed-by: mgerdin, jmasa
Mon, 01 Jul 2013 14:13:12 -0700 8009204: [dtrace] signatures returned by Java 7 jstack() are corrupted on Solaris
sspitsyn [Mon, 01 Jul 2013 14:13:12 -0700] rev 18490
8009204: [dtrace] signatures returned by Java 7 jstack() are corrupted on Solaris Summary: The fix is basically a backport of JDK-7019165 (pstack issue) to jhelper.d. Reviewed-by: coleenp, sspitsyn Contributed-by: tomas.hurka@oracle.com
Wed, 26 Jun 2013 17:02:04 +0200 8016331: Minor issues in event tracing metadata
egahlin [Wed, 26 Jun 2013 17:02:04 +0200] rev 18489
8016331: Minor issues in event tracing metadata Reviewed-by: stefank, brutisso, mgronlun
Wed, 12 Jun 2013 09:49:42 +0200 8016444: Duplicate zombie check in safe_for_sender
rbackman [Wed, 12 Jun 2013 09:49:42 +0200] rev 18488
8016444: Duplicate zombie check in safe_for_sender Reviewed-by: dholmes, sla
Mon, 01 Jul 2013 09:13:19 +0000 7060111: race condition in VMError::report_and_die()
fparain [Mon, 01 Jul 2013 09:13:19 +0000] rev 18487
7060111: race condition in VMError::report_and_die() Reviewed-by: zgu, coleenp Contributed-by: volker.simonis@gmail.com
Sun, 30 Jun 2013 09:59:08 -0400 7007040: Check of capacity paramenters in JNI_PushLocalFrame is wrong
hseigel [Sun, 30 Jun 2013 09:59:08 -0400] rev 18486
7007040: Check of capacity paramenters in JNI_PushLocalFrame is wrong Summary: changed AND to OR Reviewed-by: coleenp, hseigel Contributed-by: lois.foltan@oracle.com
Sat, 29 Jun 2013 11:55:09 -0700 Merge
dcubed [Sat, 29 Jun 2013 11:55:09 -0700] rev 18485
Merge
Fri, 28 Jun 2013 14:05:27 +0200 Merge
nloodin [Fri, 28 Jun 2013 14:05:27 +0200] rev 18484
Merge
Thu, 27 Jun 2013 10:03:21 -0700 8016075: Win32 crash with CDS enabled and small heap size
iklam [Thu, 27 Jun 2013 10:03:21 -0700] rev 18483
8016075: Win32 crash with CDS enabled and small heap size Summary: Fixed MetaspaceShared::is_in_shared_space Reviewed-by: coleenp, hseigel
Wed, 26 Jun 2013 11:00:11 +0200 Merge
kevinw [Wed, 26 Jun 2013 11:00:11 +0200] rev 18482
Merge
Wed, 26 Jun 2013 00:01:20 +0100 8010278: SA: provide mechanism for using an alternative SA debugger back-end.
kevinw [Wed, 26 Jun 2013 00:01:20 +0100] rev 18481
8010278: SA: provide mechanism for using an alternative SA debugger back-end. Reviewed-by: sla, dsamersoff
Tue, 25 Jun 2013 14:51:46 -0700 Merge
zgu [Tue, 25 Jun 2013 14:51:46 -0700] rev 18480
Merge
Tue, 25 Jun 2013 17:22:04 -0400 8017478: Kitchensink crashed with SIGSEGV in BaselineReporter::diff_callsites
zgu [Tue, 25 Jun 2013 17:22:04 -0400] rev 18479
8017478: Kitchensink crashed with SIGSEGV in BaselineReporter::diff_callsites Summary: Fixed possible NULL pointer that caused SIGSEGV Reviewed-by: coleenp, acorn, ctornqvi
Fri, 28 Jun 2013 02:33:13 -0700 8019302: new hotspot build - hs25-b40
amurillo [Fri, 28 Jun 2013 02:33:13 -0700] rev 18478
8019302: new hotspot build - hs25-b40 Reviewed-by: jcoomes
Thu, 04 Jul 2013 01:00:19 -0700 Added tag jdk8-b97 for changeset 3a6f15473944
cl [Thu, 04 Jul 2013 01:00:19 -0700] rev 18477
Added tag jdk8-b97 for changeset 3a6f15473944
Tue, 09 Jul 2013 08:35:20 -0700 8009315: F# on PATH breaks Cygwin tools (mkdir, echo, mktemp ...)
tbell [Tue, 09 Jul 2013 08:35:20 -0700] rev 18476
8009315: F# on PATH breaks Cygwin tools (mkdir, echo, mktemp ...) Reviewed-by: erikj
Thu, 04 Jul 2013 01:00:06 -0700 Added tag jdk8-b97 for changeset 1c0d035d6968
cl [Thu, 04 Jul 2013 01:00:06 -0700] rev 18475
Added tag jdk8-b97 for changeset 1c0d035d6968
Wed, 05 Jul 2017 19:02:09 +0200 Added tag jdk8-b97 for changeset 0a85476a0b9c
duke [Wed, 05 Jul 2017 19:02:09 +0200] rev 18474
Added tag jdk8-b97 for changeset 0a85476a0b9c
Wed, 05 Jul 2017 19:02:09 +0200 Merge jdk8-b97
duke [Wed, 05 Jul 2017 19:02:09 +0200] rev 18473
Merge
Wed, 05 Jul 2017 19:02:06 +0200 Merge
duke [Wed, 05 Jul 2017 19:02:06 +0200] rev 18472
Merge
Thu, 27 Jun 2013 13:40:36 -0700 Added tag jdk8-b96 for changeset 51ef92228b23
katleman [Thu, 27 Jun 2013 13:40:36 -0700] rev 18471
Added tag jdk8-b96 for changeset 51ef92228b23
Wed, 05 Jul 2017 19:02:03 +0200 Merge
duke [Wed, 05 Jul 2017 19:02:03 +0200] rev 18470
Merge
Thu, 27 Jun 2013 13:40:26 -0700 Added tag jdk8-b96 for changeset 388de52dcee3
katleman [Thu, 27 Jun 2013 13:40:26 -0700] rev 18469
Added tag jdk8-b96 for changeset 388de52dcee3
Wed, 05 Jul 2017 19:02:00 +0200 Merge
duke [Wed, 05 Jul 2017 19:02:00 +0200] rev 18468
Merge
Tue, 02 Jul 2013 15:55:36 -0700 Merge
katleman [Tue, 02 Jul 2013 15:55:36 -0700] rev 18467
Merge
Fri, 28 Jun 2013 16:25:51 -0700 8019347: JDK8 b96 source with GPL header errors
katleman [Fri, 28 Jun 2013 16:25:51 -0700] rev 18466
8019347: JDK8 b96 source with GPL header errors Reviewed-by: iris, alanb, lancea
Thu, 27 Jun 2013 13:40:25 -0700 Added tag jdk8-b96 for changeset ca76027384ab
katleman [Thu, 27 Jun 2013 13:40:25 -0700] rev 18465
Added tag jdk8-b96 for changeset ca76027384ab
Wed, 05 Jul 2017 19:01:56 +0200 Merge
duke [Wed, 05 Jul 2017 19:01:56 +0200] rev 18464
Merge
Thu, 27 Jun 2013 13:40:38 -0700 Added tag jdk8-b96 for changeset 472d8f5f0d9b
katleman [Thu, 27 Jun 2013 13:40:38 -0700] rev 18463
Added tag jdk8-b96 for changeset 472d8f5f0d9b
Wed, 05 Jul 2017 19:01:53 +0200 Merge
duke [Wed, 05 Jul 2017 19:01:53 +0200] rev 18462
Merge
Thu, 27 Jun 2013 13:40:14 -0700 Added tag jdk8-b96 for changeset f7f6b997342b
katleman [Thu, 27 Jun 2013 13:40:14 -0700] rev 18461
Added tag jdk8-b96 for changeset f7f6b997342b
Wed, 05 Jul 2017 19:01:51 +0200 Merge
duke [Wed, 05 Jul 2017 19:01:51 +0200] rev 18460
Merge
Tue, 02 Jul 2013 15:55:55 -0700 Merge
katleman [Tue, 02 Jul 2013 15:55:55 -0700] rev 18459
Merge
Fri, 28 Jun 2013 16:26:36 -0700 8019347: JDK8 b96 source with GPL header errors
katleman [Fri, 28 Jun 2013 16:26:36 -0700] rev 18458
8019347: JDK8 b96 source with GPL header errors Reviewed-by: iris, alanb, lancea
Tue, 02 Jul 2013 13:06:50 +0200 8019500: Exclude MemoryTest.java and MemoryTestAllGC.sh to enable integration
ehelin [Tue, 02 Jul 2013 13:06:50 +0200] rev 18457
8019500: Exclude MemoryTest.java and MemoryTestAllGC.sh to enable integration Reviewed-by: erikj, alanb
Thu, 27 Jun 2013 13:40:29 -0700 Added tag jdk8-b96 for changeset 627400b6bdcf
katleman [Thu, 27 Jun 2013 13:40:29 -0700] rev 18456
Added tag jdk8-b96 for changeset 627400b6bdcf
Wed, 05 Jul 2017 19:01:47 +0200 Merge
duke [Wed, 05 Jul 2017 19:01:47 +0200] rev 18455
Merge
Fri, 28 Jun 2013 02:25:08 -0700 Added tag hs25-b39 for changeset 4056af328b00
amurillo [Fri, 28 Jun 2013 02:25:08 -0700] rev 18454
Added tag hs25-b39 for changeset 4056af328b00
Fri, 28 Jun 2013 02:25:07 -0700 Merge
amurillo [Fri, 28 Jun 2013 02:25:07 -0700] rev 18453
Merge
Thu, 27 Jun 2013 11:12:19 -0700 Merge
kvn [Thu, 27 Jun 2013 11:12:19 -0700] rev 18452
Merge
Mon, 24 Jun 2013 16:11:47 +0200 8017531: 8010460 changes broke bytecodeInterpreter.cpp
goetz [Mon, 24 Jun 2013 16:11:47 +0200] rev 18451
8017531: 8010460 changes broke bytecodeInterpreter.cpp Summary: Replace _indy by _jsr292 and also fix VERIFY_OOP macros. Reviewed-by: kvn
Wed, 26 Jun 2013 00:40:13 +0200 8017510: Add a regression test for 8005956
adlertz [Wed, 26 Jun 2013 00:40:13 +0200] rev 18450
8017510: Add a regression test for 8005956 Summary: Regression test for 8005956 Reviewed-by: kvn, twisti
Tue, 25 Jun 2013 12:07:07 -0700 8017243: 8001345 is incomplete
adlertz [Tue, 25 Jun 2013 12:07:07 -0700] rev 18449
8017243: 8001345 is incomplete Summary: Replaces unused decodeN at MemBarAcquire with its corresponding loadN if loadN is used at more than one place. Reviewed-by: kvn, twisti
Mon, 24 Jun 2013 18:23:45 -0700 Merge
twisti [Mon, 24 Jun 2013 18:23:45 -0700] rev 18448
Merge
Mon, 24 Jun 2013 17:47:25 -0700 8017538: Clang support broke slowdebug build for i586
twisti [Mon, 24 Jun 2013 17:47:25 -0700] rev 18447
8017538: Clang support broke slowdebug build for i586 Reviewed-by: kvn
Mon, 24 Jun 2013 11:53:54 -0700 8017308: Remove unused breakpoint relocation type
goetz [Mon, 24 Jun 2013 11:53:54 -0700] rev 18446
8017308: Remove unused breakpoint relocation type Summary: remove unused breakpoint relocation type Reviewed-by: kvn
Thu, 27 Jun 2013 10:56:10 +0200 Merge
ehelin [Thu, 27 Jun 2013 10:56:10 +0200] rev 18445
Merge
Wed, 26 Jun 2013 16:58:37 +0200 8013590: NPG: Add a memory pool MXBean for Metaspace
ehelin [Wed, 26 Jun 2013 16:58:37 +0200] rev 18444
8013590: NPG: Add a memory pool MXBean for Metaspace Reviewed-by: jmasa, mgerdin
Tue, 25 Jun 2013 15:17:11 -0700 8014851: UseAdaptiveGCBoundary is broken
jmasa [Tue, 25 Jun 2013 15:17:11 -0700] rev 18443
8014851: UseAdaptiveGCBoundary is broken Reviewed-by: tschatzl, brutisso
Tue, 25 Jun 2013 09:58:26 -0700 8014546: MetaspaceAux print_metaspace_change() should print "used" after GC not capacity
jmasa [Tue, 25 Jun 2013 09:58:26 -0700] rev 18442
8014546: MetaspaceAux print_metaspace_change() should print "used" after GC not capacity Reviewed-by: johnc, tschatzl
Fri, 07 Jun 2013 09:46:58 -0700 7122222: GC log is limited to 2G for 32-bit
tamao [Fri, 07 Jun 2013 09:46:58 -0700] rev 18441
7122222: GC log is limited to 2G for 32-bit Summary: Enable large file support for generated 32-bit ostream.o on Linux and Solaris (as only the two need this) by setting -D_FILE_OFFSET_BITS=64 in compilation Reviewed-by: tbell, mgerdin, dcubed Contributed-by: tamao <tao.mao@oracle.com>
Tue, 25 Jun 2013 14:11:57 +0200 8017561: Build errors caused by missing .PHONY
sla [Tue, 25 Jun 2013 14:11:57 +0200] rev 18440
8017561: Build errors caused by missing .PHONY Reviewed-by: stefank, brutisso
Mon, 24 Jun 2013 18:55:46 -0400 8016325: JVM hangs verifying system dictionary
coleenp [Mon, 24 Jun 2013 18:55:46 -0400] rev 18439
8016325: JVM hangs verifying system dictionary Summary: Minimize redundant verifications of Klasses. Reviewed-by: hseigel, jmasa
Sun, 23 Jun 2013 22:08:28 -0700 8009575: Reduce Symbol::_refcount from 4 bytes to 2 bytes
iklam [Sun, 23 Jun 2013 22:08:28 -0700] rev 18438
8009575: Reduce Symbol::_refcount from 4 bytes to 2 bytes Summary: Added Atomic::inc(short*) to support this change. Reviewed-by: coleenp, dcubed, dholmes, minqi
Fri, 21 Jun 2013 10:55:26 -0700 Merge
dcubed [Fri, 21 Jun 2013 10:55:26 -0700] rev 18437
Merge
Fri, 21 Jun 2013 08:18:08 -0700 Merge
dcubed [Fri, 21 Jun 2013 08:18:08 -0700] rev 18436
Merge
Fri, 21 Jun 2013 10:57:00 -0400 8017177: more explicit code location information in hs_err crash log
coleenp [Fri, 21 Jun 2013 10:57:00 -0400] rev 18435
8017177: more explicit code location information in hs_err crash log Summary: Add code pc location for compiled code Reviewed-by: kvn, coleenp Contributed-by: doug.simon@oracle.com
Fri, 21 Jun 2013 10:50:19 -0400 8004124: Handle and/or warn about SI_KERNEL
coleenp [Fri, 21 Jun 2013 10:50:19 -0400] rev 18434
8004124: Handle and/or warn about SI_KERNEL Summary: Detect this crash in the signal handler and give a fatal error message instead of making us chase down bugs that don't reproduce Reviewed-by: kvn, mgerdin, dholmes
Thu, 20 Jun 2013 11:53:51 +0200 8016735: Remove superfluous EnableInvokeDynamic warning from UnlockDiagnosticVMOptions check
mgronlun [Thu, 20 Jun 2013 11:53:51 +0200] rev 18433
8016735: Remove superfluous EnableInvokeDynamic warning from UnlockDiagnosticVMOptions check Reviewed-by: sla, dholmes
Wed, 19 Jun 2013 20:51:39 -0700 8008964: NPG: Memory regression: Thread::_metadata_handles uses 1 KB per thread.
iklam [Wed, 19 Jun 2013 20:51:39 -0700] rev 18432
8008964: NPG: Memory regression: Thread::_metadata_handles uses 1 KB per thread. Summary: Reduce default size of Thread::_metadata_handles from 300 to 30 Reviewed-by: coleenp, sspitsyn
Wed, 19 Jun 2013 13:14:03 -0700 8014326: [OSX] All libjvm symbols are exported
dholmes [Wed, 19 Jun 2013 13:14:03 -0700] rev 18431
8014326: [OSX] All libjvm symbols are exported Summary: Add support for a MacOS X compatible form of the libjvm mapfile. Reviewed-by: dcubed, rdurbin, coleenp
Fri, 21 Jun 2013 00:59:12 -0700 8017253: new hotspot build - hs25-b39
amurillo [Fri, 21 Jun 2013 00:59:12 -0700] rev 18430
8017253: new hotspot build - hs25-b39 Reviewed-by: jcoomes
Thu, 27 Jun 2013 13:40:18 -0700 Added tag jdk8-b96 for changeset 14d9242a9dc9
katleman [Thu, 27 Jun 2013 13:40:18 -0700] rev 18429
Added tag jdk8-b96 for changeset 14d9242a9dc9
Tue, 02 Jul 2013 15:55:14 -0700 Merge
katleman [Tue, 02 Jul 2013 15:55:14 -0700] rev 18428
Merge
Tue, 02 Jul 2013 15:07:05 +0200 8019537: jdk8-build prebuild fails in source bundle generation, The path of TOOLS_DIR ... is not found
erikj [Tue, 02 Jul 2013 15:07:05 +0200] rev 18427
8019537: jdk8-build prebuild fails in source bundle generation, The path of TOOLS_DIR ... is not found Reviewed-by: tbell
Mon, 01 Jul 2013 15:40:27 +0200 8009744: build-infra: REGRESSION: Publisher was NOT set for some JDK files
erikj [Mon, 01 Jul 2013 15:40:27 +0200] rev 18426
8009744: build-infra: REGRESSION: Publisher was NOT set for some JDK files Reviewed-by: tbell
Fri, 28 Jun 2013 12:02:37 +0200 8010385: build with LOG=trace broken on mac
erikj [Fri, 28 Jun 2013 12:02:37 +0200] rev 18425
8010385: build with LOG=trace broken on mac Reviewed-by: dholmes, tbell, prr
Fri, 28 Jun 2013 12:00:03 +0200 8016303: make CONF= isn't working
erikj [Fri, 28 Jun 2013 12:00:03 +0200] rev 18424
8016303: make CONF= isn't working Reviewed-by: tbell
Fri, 28 Jun 2013 11:58:16 +0200 8019229: Build Configuration Fail in Windows Platform
erikj [Fri, 28 Jun 2013 11:58:16 +0200] rev 18423
8019229: Build Configuration Fail in Windows Platform Reviewed-by: chegar, tbell, dxu
Fri, 28 Jun 2013 11:55:46 +0200 8016605: New files dont apear in src.zip
erikj [Fri, 28 Jun 2013 11:55:46 +0200] rev 18422
8016605: New files dont apear in src.zip Reviewed-by: tbell
Thu, 27 Jun 2013 09:27:06 +0200 8017047: Can't use --with-java-devtools and --with-devkit at the same time
erikj [Thu, 27 Jun 2013 09:27:06 +0200] rev 18421
8017047: Can't use --with-java-devtools and --with-devkit at the same time Reviewed-by: tbell
Thu, 27 Jun 2013 13:40:12 -0700 Added tag jdk8-b96 for changeset 3fe185be063a
katleman [Thu, 27 Jun 2013 13:40:12 -0700] rev 18420
Added tag jdk8-b96 for changeset 3fe185be063a
Wed, 05 Jul 2017 19:01:33 +0200 Added tag jdk8-b96 for changeset ea73f01b9053
duke [Wed, 05 Jul 2017 19:01:33 +0200] rev 18419
Added tag jdk8-b96 for changeset ea73f01b9053
Wed, 05 Jul 2017 19:01:32 +0200 Merge jdk8-b96
duke [Wed, 05 Jul 2017 19:01:32 +0200] rev 18418
Merge
Wed, 05 Jul 2017 19:01:29 +0200 Merge
duke [Wed, 05 Jul 2017 19:01:29 +0200] rev 18417
Merge
Wed, 26 Jun 2013 11:26:33 -0700 8016684: JDK8 b94 source with GPL header errors
katleman [Wed, 26 Jun 2013 11:26:33 -0700] rev 18416
8016684: JDK8 b94 source with GPL header errors Reviewed-by: tbell, darcy
Mon, 24 Jun 2013 14:27:32 -0700 Merge
lana [Mon, 24 Jun 2013 14:27:32 -0700] rev 18415
Merge
Wed, 19 Jun 2013 22:07:05 +0100 8016610: javac, add new internal symbols to make operator resolution faster
vromero [Wed, 19 Jun 2013 22:07:05 +0100] rev 18414
8016610: javac, add new internal symbols to make operator resolution faster Reviewed-by: jjg Contributed-by: maurizio.cimadamore@oracle.com
Wed, 19 Jun 2013 13:00:00 +0100 Merge
chegar [Wed, 19 Jun 2013 13:00:00 +0100] rev 18413
Merge
Wed, 19 Jun 2013 11:48:05 +0100 8017045: anti-delta fix for 8013789
chegar [Wed, 19 Jun 2013 11:48:05 +0100] rev 18412
8017045: anti-delta fix for 8013789 Reviewed-by: alanb
Wed, 19 Jun 2013 11:09:13 +0100 8006981: javac, method toString() of class ...javac.code.Flags doesn't print all the flag bits
vromero [Wed, 19 Jun 2013 11:09:13 +0100] rev 18411
8006981: javac, method toString() of class ...javac.code.Flags doesn't print all the flag bits Reviewed-by: jjg
Tue, 18 Jun 2013 20:56:04 -0700 8015657: jdk8 l10n resource file translation update 3
mfang [Tue, 18 Jun 2013 20:56:04 -0700] rev 18410
8015657: jdk8 l10n resource file translation update 3 Reviewed-by: yhuang
Tue, 18 Jun 2013 20:08:49 +0100 Merge
chegar [Tue, 18 Jun 2013 20:08:49 +0100] rev 18409
Merge
Tue, 18 Jun 2013 09:36:46 +0100 Merge
chegar [Tue, 18 Jun 2013 09:36:46 +0100] rev 18408
Merge
Mon, 17 Jun 2013 11:27:46 +0100 Merge
chegar [Mon, 17 Jun 2013 11:27:46 +0100] rev 18407
Merge
Tue, 11 Jun 2013 09:25:57 +0100 Merge
chegar [Tue, 11 Jun 2013 09:25:57 +0100] rev 18406
Merge
Mon, 10 Jun 2013 09:52:54 +0100 Merge
chegar [Mon, 10 Jun 2013 09:52:54 +0100] rev 18405
Merge
Fri, 07 Jun 2013 16:12:04 -0700 8015997: Additional improvement in Javadoc framing
bpatel [Fri, 07 Jun 2013 16:12:04 -0700] rev 18404
8015997: Additional improvement in Javadoc framing Reviewed-by: jjg
Fri, 31 May 2013 10:28:30 +0100 Merge
chegar [Fri, 31 May 2013 10:28:30 +0100] rev 18403
Merge
Thu, 23 May 2013 12:50:40 +0100 Merge
chegar [Thu, 23 May 2013 12:50:40 +0100] rev 18402
Merge
Thu, 16 May 2013 11:42:04 +0100 Merge
chegar [Thu, 16 May 2013 11:42:04 +0100] rev 18401
Merge
Wed, 08 May 2013 10:28:35 +0100 Merge
chegar [Wed, 08 May 2013 10:28:35 +0100] rev 18400
Merge
Wed, 08 May 2013 10:27:52 +0100 Merge
chegar [Wed, 08 May 2013 10:27:52 +0100] rev 18399
Merge
Fri, 03 May 2013 08:52:33 -0700 8012375: Improve Javadoc framing
bpatel [Fri, 03 May 2013 08:52:33 -0700] rev 18398
8012375: Improve Javadoc framing Reviewed-by: mduigou, jlaskey
Sun, 28 Apr 2013 08:16:41 +0100 Merge
chegar [Sun, 28 Apr 2013 08:16:41 +0100] rev 18397
Merge
Wed, 24 Apr 2013 11:03:32 +0100 Merge
chegar [Wed, 24 Apr 2013 11:03:32 +0100] rev 18396
Merge
Tue, 18 Jun 2013 19:02:48 +0100 8016267: javac, TypeTag refactoring has provoked performance issues
vromero [Tue, 18 Jun 2013 19:02:48 +0100] rev 18395
8016267: javac, TypeTag refactoring has provoked performance issues Reviewed-by: jjg
Tue, 18 Jun 2013 18:57:52 +0100 8016607: javac, avoid analyzing lambdas for source 7 compilation
vromero [Tue, 18 Jun 2013 18:57:52 +0100] rev 18394
8016607: javac, avoid analyzing lambdas for source 7 compilation Reviewed-by: jjg Contributed-by: maurizio.cimadamore@oracle.com
Mon, 17 Jun 2013 20:29:31 -0700 8013789: Compiler should emit bridges in interfaces
rfield [Mon, 17 Jun 2013 20:29:31 -0700] rev 18393
8013789: Compiler should emit bridges in interfaces Summary: paired with 8015402: Lambda metafactory should not attempt to determine bridge methods Reviewed-by: vromero Contributed-by: maurizio.cimadamore@oracle.com
Mon, 17 Jun 2013 14:46:01 -0700 8016779: Fix doclint warnings in javax.lang.model
darcy [Mon, 17 Jun 2013 14:46:01 -0700] rev 18392
8016779: Fix doclint warnings in javax.lang.model Reviewed-by: jjg
Sun, 16 Jun 2013 22:38:04 -0700 Merge
lana [Sun, 16 Jun 2013 22:38:04 -0700] rev 18391
Merge
Fri, 14 Jun 2013 18:01:52 +0100 8008023: Get rid of utf8 chars in two tests
vromero [Fri, 14 Jun 2013 18:01:52 +0100] rev 18390
8008023: Get rid of utf8 chars in two tests Reviewed-by: jjg
Fri, 14 Jun 2013 16:25:09 +0100 8016569: javac, add new flag for polymorphic method signatures
vromero [Fri, 14 Jun 2013 16:25:09 +0100] rev 18389
8016569: javac, add new flag for polymorphic method signatures Reviewed-by: jjg Contributed-by: maurizio.cimadamore@oracle.com
Tue, 11 Jun 2013 09:59:34 +0100 8007907: javap, method com.sun.tools.javap.Main.run returns 0 even in case of class not found error
vromero [Tue, 11 Jun 2013 09:59:34 +0100] rev 18388
8007907: javap, method com.sun.tools.javap.Main.run returns 0 even in case of class not found error Reviewed-by: jjg
Tue, 11 Jun 2013 09:35:58 +0100 8008547: javac, warning message: use of ''_'' as an identifier might not be supported in future releases, should be more especific
vromero [Tue, 11 Jun 2013 09:35:58 +0100] rev 18387
8008547: javac, warning message: use of ''_'' as an identifier might not be supported in future releases, should be more especific Reviewed-by: jjg
Mon, 10 Jun 2013 15:57:32 +0100 8013576: Add stat support to LambdaToMethod
mcimadamore [Mon, 10 Jun 2013 15:57:32 +0100] rev 18386
8013576: Add stat support to LambdaToMethod Summary: LambdaToMethod should emit info to help diagnose/test lambda metafactory problems Reviewed-by: jjg, vromero
Mon, 10 Jun 2013 15:18:47 +0100 7113519: test/tools/javac/VersionOpt.java passes on windows
vromero [Mon, 10 Jun 2013 15:18:47 +0100] rev 18385
7113519: test/tools/javac/VersionOpt.java passes on windows Reviewed-by: jjg
Fri, 07 Jun 2013 15:35:38 -0700 8016193: Fix OAC issue in langtools docs
jjg [Fri, 07 Jun 2013 15:35:38 -0700] rev 18384
8016193: Fix OAC issue in langtools docs Reviewed-by: darcy
Thu, 06 Jun 2013 15:38:42 +0100 Merge
mcimadamore [Thu, 06 Jun 2013 15:38:42 +0100] rev 18383
Merge
Thu, 06 Jun 2013 15:37:23 +0100 8015648: Duplicate variable in lambda causes javac crash
mcimadamore [Thu, 06 Jun 2013 15:37:23 +0100] rev 18382
8015648: Duplicate variable in lambda causes javac crash Summary: Missing flag in synthetic lambda blog is causing duplicates symbol to go undetected Reviewed-by: jjg, vromero
Thu, 06 Jun 2013 15:35:05 +0100 8015432: javac crashes with stack overflow when method called recursively from nested generic call
mcimadamore [Thu, 06 Jun 2013 15:35:05 +0100] rev 18381
8015432: javac crashes with stack overflow when method called recursively from nested generic call Summary: Check.checkMethod should only be called after inference has completed Reviewed-by: jjg, vromero
Thu, 06 Jun 2013 15:33:40 +0100 8008627: Compiler mishandles three-way return-type-substitutability
mcimadamore [Thu, 06 Jun 2013 15:33:40 +0100] rev 18380
8008627: Compiler mishandles three-way return-type-substitutability Summary: Compiler should not enforce an order in how ambiguous methods should be resolved Reviewed-by: jjg, vromero
Thu, 06 Jun 2013 15:32:41 +0100 7139681: Enhanced for loop: local variable scope inconsistent with JLS
mcimadamore [Thu, 06 Jun 2013 15:32:41 +0100] rev 18379
7139681: Enhanced for loop: local variable scope inconsistent with JLS Summary: For-each loop variable is incorrectly visible from the for-each expression Reviewed-by: jjg, vromero
Thu, 06 Jun 2013 15:30:14 +0100 6360970: javac erroneously accept ambiguous field reference
mcimadamore [Thu, 06 Jun 2013 15:30:14 +0100] rev 18378
6360970: javac erroneously accept ambiguous field reference Summary: clash between ambiguous fields in superinterface and unambiguous field in subinterface is erroneously marked as unambiguous Reviewed-by: jjg, vromero
Thu, 06 Jun 2013 08:48:23 -0400 8015701: MethodParameters are not filled in for synthetic captured local variables
emc [Thu, 06 Jun 2013 08:48:23 -0400] rev 18377
8015701: MethodParameters are not filled in for synthetic captured local variables Summary: Synthetic parameters for captured local variables in an anonymous inner class are not added to MethodParameters attributes Reviewed-by: mcimadamore
Thu, 20 Jun 2013 10:17:55 -0700 Added tag jdk8-b95 for changeset 41b9fc8961f6
katleman [Thu, 20 Jun 2013 10:17:55 -0700] rev 18376
Added tag jdk8-b95 for changeset 41b9fc8961f6
Wed, 05 Jul 2017 19:01:16 +0200 Merge
duke [Wed, 05 Jul 2017 19:01:16 +0200] rev 18375
Merge
Mon, 24 Jun 2013 14:27:26 -0700 Merge
lana [Mon, 24 Jun 2013 14:27:26 -0700] rev 18374
Merge
Sun, 16 Jun 2013 22:33:03 -0700 Merge
lana [Sun, 16 Jun 2013 22:33:03 -0700] rev 18373
Merge
Wed, 12 Jun 2013 14:47:09 +0100 8013021: Rebase 8005432 & 8003542 against the latest jdk8/jaxws
mkos [Wed, 12 Jun 2013 14:47:09 +0100] rev 18372
8013021: Rebase 8005432 & 8003542 against the latest jdk8/jaxws 8003542: Improve processing of MTOM attachments 8005432: Update access to JAX-WS Reviewed-by: mullan
Thu, 20 Jun 2013 10:17:12 -0700 Added tag jdk8-b95 for changeset fb4997d1f3bf
katleman [Thu, 20 Jun 2013 10:17:12 -0700] rev 18371
Added tag jdk8-b95 for changeset fb4997d1f3bf
Wed, 05 Jul 2017 19:01:11 +0200 Merge
duke [Wed, 05 Jul 2017 19:01:11 +0200] rev 18370
Merge
Mon, 24 Jun 2013 14:27:05 -0700 Merge
lana [Mon, 24 Jun 2013 14:27:05 -0700] rev 18369
Merge
Tue, 18 Jun 2013 22:52:18 -0700 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang [Tue, 18 Jun 2013 22:52:18 -0700] rev 18368
8016824: jdk8 l10n resource file translation update 3 - jaxp Reviewed-by: joehw
Tue, 18 Jun 2013 09:36:20 +0100 Merge
chegar [Tue, 18 Jun 2013 09:36:20 +0100] rev 18367
Merge
Mon, 17 Jun 2013 11:18:50 +0100 Merge
chegar [Mon, 17 Jun 2013 11:18:50 +0100] rev 18366
Merge
Mon, 10 Jun 2013 09:51:09 +0100 Merge
chegar [Mon, 10 Jun 2013 09:51:09 +0100] rev 18365
Merge
Fri, 31 May 2013 10:27:50 +0100 Merge
chegar [Fri, 31 May 2013 10:27:50 +0100] rev 18364
Merge
Thu, 23 May 2013 12:44:51 +0100 Merge
chegar [Thu, 23 May 2013 12:44:51 +0100] rev 18363
Merge
Thu, 16 May 2013 11:41:29 +0100 Merge
chegar [Thu, 16 May 2013 11:41:29 +0100] rev 18362
Merge
Wed, 08 May 2013 10:10:05 +0100 Merge
chegar [Wed, 08 May 2013 10:10:05 +0100] rev 18361
Merge
Sun, 28 Apr 2013 08:15:54 +0100 Merge
chegar [Sun, 28 Apr 2013 08:15:54 +0100] rev 18360
Merge
Wed, 24 Apr 2013 10:18:03 +0100 Merge
chegar [Wed, 24 Apr 2013 10:18:03 +0100] rev 18359
Merge
Mon, 17 Jun 2013 12:47:02 -0700 8016133: Regression: diff. behavior with user-defined SAXParser
joehw [Mon, 17 Jun 2013 12:47:02 -0700] rev 18358
8016133: Regression: diff. behavior with user-defined SAXParser Reviewed-by: chegar, dfuchs
Sun, 16 Jun 2013 22:32:56 -0700 Merge
lana [Sun, 16 Jun 2013 22:32:56 -0700] rev 18357
Merge
Sat, 15 Jun 2013 09:26:42 +0100 8016701: JAXP Build failure
robm [Sat, 15 Jun 2013 09:26:42 +0100] rev 18356
8016701: JAXP Build failure Reviewed-by: darcy, wetmore, alanb, chegar
Fri, 14 Jun 2013 15:14:49 +0400 8015978: Incorrect transformation of XPath expression "string(-0)"
coffeys [Fri, 14 Jun 2013 15:14:49 +0400] rev 18355
8015978: Incorrect transformation of XPath expression "string(-0)" Reviewed-by: darcy, joehw Contributed-by: aleksej.efimov@oracle.com
Mon, 10 Jun 2013 14:42:57 -0700 8016153: Property http://javax.xml.XMLConstants/property/accessExternalDTD is not recognized.
joehw [Mon, 10 Jun 2013 14:42:57 -0700] rev 18354
8016153: Property http://javax.xml.XMLConstants/property/accessExternalDTD is not recognized. Reviewed-by: lancea, dfuchs
Thu, 06 Jun 2013 15:03:55 -0700 8015016: Improve JAXP 1.5 error message
joehw [Thu, 06 Jun 2013 15:03:55 -0700] rev 18353
8015016: Improve JAXP 1.5 error message Reviewed-by: lancea
Thu, 06 Jun 2013 20:47:13 +0200 8013434: Xalan and Xerces internal ObjectFactory need rework
dfuchs [Thu, 06 Jun 2013 20:47:13 +0200] rev 18352
8013434: Xalan and Xerces internal ObjectFactory need rework Summary: With this changeset, DTMManager and XSLTCDTMManager will always use their own default implementation. Reviewed-by: joehw, alanb
Thu, 06 Jun 2013 20:40:43 +0400 8009579: Xpathexception does not honor initcause()
dmeetry [Thu, 06 Jun 2013 20:40:43 +0400] rev 18351
8009579: Xpathexception does not honor initcause() Reviewed-by: alanb, dholmes, joehw Contributed-by: aleksej.efimov@oracle.com
Thu, 20 Jun 2013 10:17:08 -0700 Added tag jdk8-b95 for changeset 1db35290f46d
katleman [Thu, 20 Jun 2013 10:17:08 -0700] rev 18350
Added tag jdk8-b95 for changeset 1db35290f46d
Wed, 05 Jul 2017 19:01:02 +0200 Merge
duke [Wed, 05 Jul 2017 19:01:02 +0200] rev 18349
Merge
Mon, 24 Jun 2013 14:26:54 -0700 Merge
lana [Mon, 24 Jun 2013 14:26:54 -0700] rev 18348
Merge
Tue, 18 Jun 2013 16:06:45 +0100 Merge
chegar [Tue, 18 Jun 2013 16:06:45 +0100] rev 18347
Merge
Mon, 17 Jun 2013 11:27:59 +0100 Merge
chegar [Mon, 17 Jun 2013 11:27:59 +0100] rev 18346
Merge
Mon, 10 Jun 2013 09:53:21 +0100 Merge
chegar [Mon, 10 Jun 2013 09:53:21 +0100] rev 18345
Merge
Fri, 31 May 2013 10:28:34 +0100 Merge
chegar [Fri, 31 May 2013 10:28:34 +0100] rev 18344
Merge
Thu, 23 May 2013 12:50:48 +0100 Merge
chegar [Thu, 23 May 2013 12:50:48 +0100] rev 18343
Merge
Thu, 16 May 2013 11:42:08 +0100 Merge
chegar [Thu, 16 May 2013 11:42:08 +0100] rev 18342
Merge
Wed, 08 May 2013 10:21:48 +0100 Merge
chegar [Wed, 08 May 2013 10:21:48 +0100] rev 18341
Merge
Sun, 28 Apr 2013 08:16:45 +0100 Merge
chegar [Sun, 28 Apr 2013 08:16:45 +0100] rev 18340
Merge
Wed, 24 Apr 2013 11:03:39 +0100 Merge
chegar [Wed, 24 Apr 2013 11:03:39 +0100] rev 18339
Merge
Tue, 18 Jun 2013 13:52:37 +0530 Merge
sundar [Tue, 18 Jun 2013 13:52:37 +0530] rev 18338
Merge
Tue, 18 Jun 2013 13:45:03 +0530 8008915: URLReader constructor should allow specifying encoding
sundar [Tue, 18 Jun 2013 13:45:03 +0530] rev 18337
8008915: URLReader constructor should allow specifying encoding Reviewed-by: hannesw, lagergren
Tue, 18 Jun 2013 13:25:24 +0530 Merge
sundar [Tue, 18 Jun 2013 13:25:24 +0530] rev 18336
Merge
Mon, 17 Jun 2013 13:56:05 +0530 8016550: nashorn.option.no.syntax.extensions has the wrong default
sundar [Mon, 17 Jun 2013 13:56:05 +0530] rev 18335
8016550: nashorn.option.no.syntax.extensions has the wrong default Reviewed-by: hannesw, lagergren
Fri, 14 Jun 2013 21:16:14 +0530 8016618: script mirror object access should be improved
sundar [Fri, 14 Jun 2013 21:16:14 +0530] rev 18334
8016618: script mirror object access should be improved Reviewed-by: jlaskey, lagergren
Fri, 14 Jun 2013 13:53:40 +0200 8016235: Use in catch block that may not have been executed in try block caused illegal byte code to be generated
lagergren [Fri, 14 Jun 2013 13:53:40 +0200] rev 18333
8016235: Use in catch block that may not have been executed in try block caused illegal byte code to be generated Reviewed-by: jlaskey, hannesw
Thu, 13 Jun 2013 20:50:24 +0200 8016542: String.prototype.replace called with function argument should not replace $ patterns
hannesw [Thu, 13 Jun 2013 20:50:24 +0200] rev 18332
8016542: String.prototype.replace called with function argument should not replace $ patterns Reviewed-by: lagergren, jlaskey
Thu, 13 Jun 2013 15:26:49 +0200 8016528: Hex code from escape() should be padded
hannesw [Thu, 13 Jun 2013 15:26:49 +0200] rev 18331
8016528: Hex code from escape() should be padded Reviewed-by: jlaskey, lagergren
Thu, 13 Jun 2013 14:02:43 +0200 8016522: Numeric literal must not be followed by IdentifierStart
hannesw [Thu, 13 Jun 2013 14:02:43 +0200] rev 18330
8016522: Numeric literal must not be followed by IdentifierStart Reviewed-by: lagergren, sundar
Thu, 13 Jun 2013 12:52:09 +0200 8016518: Parsing of octal string escapes is broken
hannesw [Thu, 13 Jun 2013 12:52:09 +0200] rev 18329
8016518: Parsing of octal string escapes is broken Reviewed-by: sundar, lagergren
Thu, 13 Jun 2013 16:08:35 +0530 8015355: Array.prototype functions don't honour non-writable length and / or index properties
sundar [Thu, 13 Jun 2013 16:08:35 +0530] rev 18328
8015355: Array.prototype functions don't honour non-writable length and / or index properties Reviewed-by: lagergren, hannesw
Wed, 12 Jun 2013 16:41:38 +0200 8011893: JS Object builtin prototype is not thread safe
hannesw [Wed, 12 Jun 2013 16:41:38 +0200] rev 18327
8011893: JS Object builtin prototype is not thread safe Reviewed-by: sundar, jlaskey
Wed, 12 Jun 2013 11:22:06 -0300 8016453: loadWithNewGlobal does not allow apply operation
jlaskey [Wed, 12 Jun 2013 11:22:06 -0300] rev 18326
8016453: loadWithNewGlobal does not allow apply operation Reviewed-by: hannesw, sundar Contributed-by: james.laskey@oracle.com
Tue, 11 Jun 2013 17:50:10 +0200 8015379: PropertyMap.addProperty() is slow
hannesw [Tue, 11 Jun 2013 17:50:10 +0200] rev 18325
8015379: PropertyMap.addProperty() is slow Reviewed-by: attila, jlaskey
Sun, 16 Jun 2013 22:38:17 -0700 Merge
lana [Sun, 16 Jun 2013 22:38:17 -0700] rev 18324
Merge
Tue, 11 Jun 2013 13:12:35 +0530 Merge
sundar [Tue, 11 Jun 2013 13:12:35 +0530] rev 18323
Merge
Tue, 11 Jun 2013 13:09:43 +0530 8015357: a = []; a[0x7fffffff]=1; a.sort()[0] should evaluate to 1 instead of undefined
sundar [Tue, 11 Jun 2013 13:09:43 +0530] rev 18322
8015357: a = []; a[0x7fffffff]=1; a.sort()[0] should evaluate to 1 instead of undefined Reviewed-by: hannesw, lagergren
Mon, 10 Jun 2013 19:54:07 +0530 8016239: loadWithNewGlobal should support user supplied arguments from the caller
sundar [Mon, 10 Jun 2013 19:54:07 +0530] rev 18321
8016239: loadWithNewGlobal should support user supplied arguments from the caller Reviewed-by: lagergren, attila, jlaskey
Mon, 10 Jun 2013 13:27:07 +0200 8016226: backing out test without third party license approval
lagergren [Mon, 10 Jun 2013 13:27:07 +0200] rev 18320
8016226: backing out test without third party license approval Reviewed-by: attila, sundar
Mon, 10 Jun 2013 13:21:29 +0200 8015892: canBeUndefined too conservative for some use before declaration cases
lagergren [Mon, 10 Jun 2013 13:21:29 +0200] rev 18319
8015892: canBeUndefined too conservative for some use before declaration cases Reviewed-by: attila, hannesw
Fri, 07 Jun 2013 17:44:25 +0200 8012291: NativeArray is inconsistent in using long for length and index in some places and int for the same in other places
hannesw [Fri, 07 Jun 2013 17:44:25 +0200] rev 18318
8012291: NativeArray is inconsistent in using long for length and index in some places and int for the same in other places Reviewed-by: lagergren, jlaskey
Thu, 06 Jun 2013 21:41:20 +0530 8015346: JSON parsing issues with escaped strings, octal, decimal numbers
sundar [Thu, 06 Jun 2013 21:41:20 +0530] rev 18317
8015346: JSON parsing issues with escaped strings, octal, decimal numbers Reviewed-by: hannesw, jlaskey
Thu, 20 Jun 2013 10:18:01 -0700 Added tag jdk8-b95 for changeset aee867cdeb80
katleman [Thu, 20 Jun 2013 10:18:01 -0700] rev 18316
Added tag jdk8-b95 for changeset aee867cdeb80
Wed, 05 Jul 2017 19:00:49 +0200 Merge
duke [Wed, 05 Jul 2017 19:00:49 +0200] rev 18315
Merge
Mon, 24 Jun 2013 14:26:58 -0700 Merge
lana [Mon, 24 Jun 2013 14:26:58 -0700] rev 18314
Merge
Tue, 18 Jun 2013 20:52:10 -0700 8015657: jdk8 l10n resource file translation update 3
mfang [Tue, 18 Jun 2013 20:52:10 -0700] rev 18313
8015657: jdk8 l10n resource file translation update 3 Reviewed-by: yhuang
Mon, 17 Jun 2013 11:11:48 +0100 Merge
chegar [Mon, 17 Jun 2013 11:11:48 +0100] rev 18312
Merge
Fri, 31 May 2013 10:26:20 +0100 Merge
chegar [Fri, 31 May 2013 10:26:20 +0100] rev 18311
Merge
Thu, 23 May 2013 12:41:23 +0100 Merge
chegar [Thu, 23 May 2013 12:41:23 +0100] rev 18310
Merge
Thu, 16 May 2013 11:39:58 +0100 Merge
chegar [Thu, 16 May 2013 11:39:58 +0100] rev 18309
Merge
Wed, 08 May 2013 10:09:18 +0100 Merge
chegar [Wed, 08 May 2013 10:09:18 +0100] rev 18308
Merge
Tue, 30 Apr 2013 11:53:51 +0100 8000642: Better handling of objects for transportation
coffeys [Tue, 30 Apr 2013 11:53:51 +0100] rev 18307
8000642: Better handling of objects for transportation Reviewed-by: alanb, mchung, skoivu
Sun, 28 Apr 2013 08:15:21 +0100 Merge
chegar [Sun, 28 Apr 2013 08:15:21 +0100] rev 18306
Merge
Wed, 24 Apr 2013 10:17:15 +0100 Merge
chegar [Wed, 24 Apr 2013 10:17:15 +0100] rev 18305
Merge
Mon, 08 Apr 2013 23:12:03 +0100 8001032: Restrict object access
coffeys [Mon, 08 Apr 2013 23:12:03 +0100] rev 18304
8001032: Restrict object access Summary: Restrict object access; fix reviewed also by Alexander Fomin Reviewed-by: alanb, ahgross
Sun, 16 Jun 2013 22:30:22 -0700 Merge
lana [Sun, 16 Jun 2013 22:30:22 -0700] rev 18303
Merge
Mon, 10 Jun 2013 17:15:42 +0100 8016218: Warnings building corba repo due to missing hashCode methods
alanb [Mon, 10 Jun 2013 17:15:42 +0100] rev 18302
8016218: Warnings building corba repo due to missing hashCode methods Reviewed-by: chegar, coffeys, dfuchs
Thu, 20 Jun 2013 10:16:30 -0700 Added tag jdk8-b95 for changeset 0664c494ac98
katleman [Thu, 20 Jun 2013 10:16:30 -0700] rev 18301
Added tag jdk8-b95 for changeset 0664c494ac98
Wed, 05 Jul 2017 19:00:41 +0200 Merge
duke [Wed, 05 Jul 2017 19:00:41 +0200] rev 18300
Merge
Wed, 26 Jun 2013 11:26:18 -0700 8016684: JDK8 b94 source with GPL header errors
katleman [Wed, 26 Jun 2013 11:26:18 -0700] rev 18299
8016684: JDK8 b94 source with GPL header errors Reviewed-by: tbell, darcy
Tue, 25 Jun 2013 13:49:41 -0700 Merge
katleman [Tue, 25 Jun 2013 13:49:41 -0700] rev 18298
Merge
Tue, 25 Jun 2013 09:25:16 +0200 8017480: Move copying of jfr files to closed makefile
erikj [Tue, 25 Jun 2013 09:25:16 +0200] rev 18297
8017480: Move copying of jfr files to closed makefile Reviewed-by: sla, tbell
Mon, 24 Jun 2013 14:28:20 -0700 Merge
lana [Mon, 24 Jun 2013 14:28:20 -0700] rev 18296
Merge
Wed, 19 Jun 2013 18:30:21 -0700 Merge
lana [Wed, 19 Jun 2013 18:30:21 -0700] rev 18295
Merge
Wed, 19 Jun 2013 17:41:12 -0700 7025238: HttpURLConnection does not handle URLs with an empty path component.
arieber [Wed, 19 Jun 2013 17:41:12 -0700] rev 18294
7025238: HttpURLConnection does not handle URLs with an empty path component. Summary: Prepend a '/' to file when path is empty Reviewed-by: chegar, khazra
Wed, 19 Jun 2013 14:13:41 -0700 8016698: Cleanup overrides warning in sun/tools/ClassDeclaration.java
khazra [Wed, 19 Jun 2013 14:13:41 -0700] rev 18293
8016698: Cleanup overrides warning in sun/tools/ClassDeclaration.java Summary: Override Object.hashCode() Reviewed-by: alanb, chegar
Wed, 19 Jun 2013 14:02:38 -0700 8016576: Overrides warnings in jdi and jconsole
khazra [Wed, 19 Jun 2013 14:02:38 -0700] rev 18292
8016576: Overrides warnings in jdi and jconsole Summary: Implement hashCode() in classes emitting warnings Reviewed-by: alanb, chegar
Wed, 19 Jun 2013 13:00:53 -0700 8016592: Clean-up Javac Overrides Warnings In javax/management/NotificationBroadcasterSupport.java
dxu [Wed, 19 Jun 2013 13:00:53 -0700] rev 18291
8016592: Clean-up Javac Overrides Warnings In javax/management/NotificationBroadcasterSupport.java Summary: Add hashCode() methods to ListenerInfo and WildcardListenerInfo classes Reviewed-by: dfuchs, alanb, sjiang, chegar
Wed, 19 Jun 2013 17:32:08 +0100 Merge
chegar [Wed, 19 Jun 2013 17:32:08 +0100] rev 18290
Merge
Wed, 19 Jun 2013 15:58:21 +0100 8017057: More ProblemList.txt updates (6/2013)
chegar [Wed, 19 Jun 2013 15:58:21 +0100] rev 18289
8017057: More ProblemList.txt updates (6/2013) Reviewed-by: alanb
Wed, 19 Jun 2013 11:49:16 +0100 Merge
chegar [Wed, 19 Jun 2013 11:49:16 +0100] rev 18288
Merge
Wed, 19 Jun 2013 11:04:39 +0100 Merge
chegar [Wed, 19 Jun 2013 11:04:39 +0100] rev 18287
Merge
Wed, 19 Jun 2013 08:59:39 -0700 4837946: Faster multiplication and exponentiation of large integers
bpb [Wed, 19 Jun 2013 08:59:39 -0700] rev 18286
4837946: Faster multiplication and exponentiation of large integers 4646474: BigInteger.pow() algorithm slow in 1.4.0 Summary: Implement Karatsuba and 3-way Toom-Cook multiplication as well as exponentiation using Karatsuba and Toom-Cook squaring. Reviewed-by: alanb, bpb, martin Contributed-by: Alan Eliasen <eliasen@mindspring.com>
Wed, 19 Jun 2013 13:03:03 +0100 Merge
chegar [Wed, 19 Jun 2013 13:03:03 +0100] rev 18285
Merge
Wed, 19 Jun 2013 11:47:14 +0100 8017044: anti-delta fix for 8015402
chegar [Wed, 19 Jun 2013 11:47:14 +0100] rev 18284
8017044: anti-delta fix for 8015402 Reviewed-by: alanb
Wed, 19 Jun 2013 02:33:07 -0700 7188658: Add possibility to disable client initiated renegotiation
xuelei [Wed, 19 Jun 2013 02:33:07 -0700] rev 18283
7188658: Add possibility to disable client initiated renegotiation Reviewed-by: weijun, wetmore
Tue, 18 Jun 2013 21:08:48 -0700 8015657: jdk8 l10n resource file translation update 3
mfang [Tue, 18 Jun 2013 21:08:48 -0700] rev 18282
8015657: jdk8 l10n resource file translation update 3 Reviewed-by: yhuang
Tue, 18 Jun 2013 18:50:13 -0700 8000456: Add programmatic deadlock detection in SSLEngineDeadlock
xuelei [Tue, 18 Jun 2013 18:50:13 -0700] rev 18281
8000456: Add programmatic deadlock detection in SSLEngineDeadlock Reviewed-by: wetmore
Tue, 18 Jun 2013 16:03:10 -0700 8016446: Improve forEach/replaceAll for Map, HashMap, Hashtable, IdentityHashMap, WeakHashMap, TreeMap, ConcurrentMap
mduigou [Tue, 18 Jun 2013 16:03:10 -0700] rev 18280
8016446: Improve forEach/replaceAll for Map, HashMap, Hashtable, IdentityHashMap, WeakHashMap, TreeMap, ConcurrentMap Reviewed-by: forax, mduigou, psandoz Contributed-by: Mike Duigou <mike.duigou@oracle.com>, Remi Forax <forax@univ-mlv.fr>
Tue, 18 Jun 2013 14:11:45 -0700 Merge
mduigou [Tue, 18 Jun 2013 14:11:45 -0700] rev 18279
Merge
Tue, 18 Jun 2013 11:36:39 -0700 8015395: NumberFormatException during startup if JDK-internal property java.lang.Integer.IntegerCache.high set to bad value
bpb [Tue, 18 Jun 2013 11:36:39 -0700] rev 18278
8015395: NumberFormatException during startup if JDK-internal property java.lang.Integer.IntegerCache.high set to bad value Summary: Fall back to default if a bad value is passed for this property. Reviewed-by: mduigou
Tue, 18 Jun 2013 16:08:46 +0100 Merge
chegar [Tue, 18 Jun 2013 16:08:46 +0100] rev 18277
Merge
Tue, 18 Jun 2013 09:39:25 +0100 Merge
chegar [Tue, 18 Jun 2013 09:39:25 +0100] rev 18276
Merge
Mon, 17 Jun 2013 14:23:01 +0100 Merge
chegar [Mon, 17 Jun 2013 14:23:01 +0100] rev 18275
Merge
Mon, 17 Jun 2013 11:26:16 +0100 Merge
chegar [Mon, 17 Jun 2013 11:26:16 +0100] rev 18274
Merge
Fri, 14 Jun 2013 16:38:13 +0100 8012156: tools/javac/file/zip/T6865530.java fails for win32/64 in 7u25 nightly runs
chegar [Fri, 14 Jun 2013 16:38:13 +0100] rev 18273
8012156: tools/javac/file/zip/T6865530.java fails for win32/64 in 7u25 nightly runs Reviewed-by: alanb
Wed, 22 May 2013 13:57:59 +0100 8014737: java/lang/invoke/7196190/MHProxyTest.java fails after 8009424
chegar [Wed, 22 May 2013 13:57:59 +0100] rev 18272
8014737: java/lang/invoke/7196190/MHProxyTest.java fails after 8009424 Reviewed-by: twisti
Mon, 20 May 2013 19:07:01 +0400 8014718: Netbeans IDE begins to throw a lot exceptions since 7u25 b10
leonidr [Mon, 20 May 2013 19:07:01 +0400] rev 18271
8014718: Netbeans IDE begins to throw a lot exceptions since 7u25 b10 Summary: Removed logging from SunToolkit Reviewed-by: art
Fri, 17 May 2013 16:14:42 +0400 8014205: Most of the Swing dialogs are blank on one win7 MUI
bae [Fri, 17 May 2013 16:14:42 +0400] rev 18270
8014205: Most of the Swing dialogs are blank on one win7 MUI Reviewed-by: vadim
Tue, 14 May 2013 08:07:08 -0700 8010727: WLS fails to add a logger with "" in its own LogManager subclass instance
mchung [Tue, 14 May 2013 08:07:08 -0700] rev 18269
8010727: WLS fails to add a logger with "" in its own LogManager subclass instance Reviewed-by: alanb, jgish
Tue, 14 May 2013 21:10:47 +0400 8014427: REGRESSION: closed/javax/imageio/plugins/bmp/Write3ByteBgrTest.java fails since 7u25 b09
bae [Tue, 14 May 2013 21:10:47 +0400] rev 18268
8014427: REGRESSION: closed/javax/imageio/plugins/bmp/Write3ByteBgrTest.java fails since 7u25 b09 Reviewed-by: prr
Tue, 14 May 2013 05:55:10 -0700 8014281: Better checking of XML signature
xuelei [Tue, 14 May 2013 05:55:10 -0700] rev 18267
8014281: Better checking of XML signature Summary: also reviewed by Andrew Gross and Christophe Ravel Reviewed-by: mullan
Mon, 13 May 2013 17:50:14 -0400 8010714: XML DSig API allows a RetrievalMethod to reference another RetrievalMethod
mullan [Mon, 13 May 2013 17:50:14 -0400] rev 18266
8010714: XML DSig API allows a RetrievalMethod to reference another RetrievalMethod Reviewed-by: xuelei, hawtin
Thu, 09 May 2013 20:31:47 +0100 8013196: TimeZone.getDefault() throws NPE due to sun.awt.AppContext.getAppContext()
coffeys [Thu, 09 May 2013 20:31:47 +0100] rev 18265
8013196: TimeZone.getDefault() throws NPE due to sun.awt.AppContext.getAppContext() Reviewed-by: mchung, okutsu
Wed, 08 May 2013 12:09:35 -0700 8009424: Restrict publicLookup with additional checks
twisti [Wed, 08 May 2013 12:09:35 -0700] rev 18264
8009424: Restrict publicLookup with additional checks Reviewed-by: vlivanov, jdn
Tue, 07 May 2013 13:23:08 +0200 8011139: (reflect) Revise checking in getEnclosingClass
jfranck [Tue, 07 May 2013 13:23:08 +0200] rev 18263
8011139: (reflect) Revise checking in getEnclosingClass Reviewed-by: darcy, mchung, ahgross
Mon, 06 May 2013 16:12:55 +0400 8012933: Test closed/java/awt/Dialog/DialogAnotherThread/JaWSTest.java fails since jdk 7u25 b07
leonidr [Mon, 06 May 2013 16:12:55 +0400] rev 18262
8012933: Test closed/java/awt/Dialog/DialogAnotherThread/JaWSTest.java fails since jdk 7u25 b07 Summary: Do not mark context as disposed until we've posted all the events Reviewed-by: art
Thu, 02 May 2013 11:42:44 -0400 8008744: Rework part of fix for JDK-6741606
mullan [Thu, 02 May 2013 11:42:44 -0400] rev 18261
8008744: Rework part of fix for JDK-6741606 Reviewed-by: xuelei, ahgross
Thu, 02 May 2013 10:46:09 +0200 8012243: about 30% regression on specjvm2008.serial on 7u25 comparing 7u21
dfuchs [Thu, 02 May 2013 10:46:09 +0200] rev 18260
8012243: about 30% regression on specjvm2008.serial on 7u25 comparing 7u21 Reviewed-by: alanb, skoivu, smarks, mchung
Tue, 30 Apr 2013 13:55:48 +0400 8012330: [macosx] Sometimes the applet showing the modal dialog itself loses the ability to gain focus
alexsch [Tue, 30 Apr 2013 13:55:48 +0400] rev 18259
8012330: [macosx] Sometimes the applet showing the modal dialog itself loses the ability to gain focus Reviewed-by: serb, ant
Tue, 30 Apr 2013 04:41:01 +0400 8012597: Better image channel verification
bae [Tue, 30 Apr 2013 04:41:01 +0400] rev 18258
8012597: Better image channel verification Reviewed-by: vadim
Mon, 29 Apr 2013 11:47:17 -0400 8009217: REGRESSION: test com/sun/org/apache/xml/internal/security/transforms/ClassLoaderTest.java fails to compile since 7u21b03
mullan [Mon, 29 Apr 2013 11:47:17 -0400] rev 18257
8009217: REGRESSION: test com/sun/org/apache/xml/internal/security/transforms/ClassLoaderTest.java fails to compile since 7u21b03 Reviewed-by: xuelei
Fri, 26 Apr 2013 15:06:51 -0700 8012617: ArrayIndexOutOfBoundsException with some fonts using LineBreakMeasurer
prr [Fri, 26 Apr 2013 15:06:51 -0700] rev 18256
8012617: ArrayIndexOutOfBoundsException with some fonts using LineBreakMeasurer Reviewed-by: bae, srl
Fri, 26 Apr 2013 11:46:50 +0400 8012601: Better validation of image layouts
bae [Fri, 26 Apr 2013 11:46:50 +0400] rev 18255
8012601: Better validation of image layouts Reviewed-by: prr
Thu, 25 Apr 2013 16:49:54 -0700 8012421: Better positioning of PairPositioning
prr [Thu, 25 Apr 2013 16:49:54 -0700] rev 18254
8012421: Better positioning of PairPositioning Reviewed-by: srl, mschoene, vadim
Mon, 10 Jun 2013 10:38:33 +0100 Merge
chegar [Mon, 10 Jun 2013 10:38:33 +0100] rev 18253
Merge
Fri, 31 May 2013 10:34:25 +0100 Merge
chegar [Fri, 31 May 2013 10:34:25 +0100] rev 18252
Merge
Thu, 23 May 2013 12:58:51 +0100 Merge
chegar [Thu, 23 May 2013 12:58:51 +0100] rev 18251
Merge
Thu, 16 May 2013 11:47:51 +0100 Merge
chegar [Thu, 16 May 2013 11:47:51 +0100] rev 18250
Merge
Wed, 08 May 2013 11:22:25 +0100 Merge
chegar [Wed, 08 May 2013 11:22:25 +0100] rev 18249
Merge
Wed, 01 May 2013 12:25:43 +0100 Merge
chegar [Wed, 01 May 2013 12:25:43 +0100] rev 18248
Merge
Sun, 28 Apr 2013 09:35:25 +0100 Merge
chegar [Sun, 28 Apr 2013 09:35:25 +0100] rev 18247
Merge
Wed, 24 Apr 2013 21:15:54 +0400 8012438: Better image validation
bae [Wed, 24 Apr 2013 21:15:54 +0400] rev 18246
8012438: Better image validation Reviewed-by: prr
Tue, 23 Apr 2013 11:13:38 +0100 Merge
chegar [Tue, 23 Apr 2013 11:13:38 +0100] rev 18245
Merge
Wed, 17 Apr 2013 15:04:59 -0700 8011557: Improve reflection utility classes
mchung [Wed, 17 Apr 2013 15:04:59 -0700] rev 18244
8011557: Improve reflection utility classes Reviewed-by: ahgross, alanb
Mon, 22 Apr 2013 11:29:43 +0100 Merge
chegar [Mon, 22 Apr 2013 11:29:43 +0100] rev 18243
Merge
Fri, 19 Apr 2013 14:14:18 +0100 Merge
chegar [Fri, 19 Apr 2013 14:14:18 +0100] rev 18242
Merge
Wed, 27 Mar 2013 16:37:00 +0400 8003559: Update display of applet windows
leonidr [Wed, 27 Mar 2013 16:37:00 +0400] rev 18241
8003559: Update display of applet windows Summary: Implemented applet security warning for OS X port Reviewed-by: art, anthony, serb, skoivu
Mon, 22 Apr 2013 11:23:33 +0100 6741606: Integrate Apache Santuario
mullan [Mon, 22 Apr 2013 11:23:33 +0100] rev 18240
6741606: Integrate Apache Santuario Reviewed-by: vinnie, hawtin
Tue, 09 Apr 2013 12:05:27 +0400 8011154: java/awt/Frame/ShapeNotSetSometimes/ShapeNotSetSometimes.java failed since 7u25b03 on windows
anthony [Tue, 09 Apr 2013 12:05:27 +0400] rev 18239
8011154: java/awt/Frame/ShapeNotSetSometimes/ShapeNotSetSometimes.java failed since 7u25b03 on windows Reviewed-by: art, yan
Mon, 22 Apr 2013 11:08:27 +0100 8012917: ObjectStreamClass and ObjectStreamField should be CallerSensitive aware
chegar [Mon, 22 Apr 2013 11:08:27 +0100] rev 18238
8012917: ObjectStreamClass and ObjectStreamField should be CallerSensitive aware Reviewed-by: mchung
Mon, 22 Apr 2013 10:55:14 +0100 8008132: Better serialization support
smarks [Mon, 22 Apr 2013 10:55:14 +0100] rev 18237
8008132: Better serialization support Reviewed-by: alanb, hawtin
Mon, 22 Apr 2013 10:22:59 +0100 8012689: CallerSensitive annotation should not have CONSTRUCTOR Target
mchung [Mon, 22 Apr 2013 10:22:59 +0100] rev 18236
8012689: CallerSensitive annotation should not have CONSTRUCTOR Target Reviewed-by: chegar
Mon, 22 Apr 2013 10:21:22 +0100 8012692: SerialJavaObject.java should be CallerSensitive aware
chegar [Mon, 22 Apr 2013 10:21:22 +0100] rev 18235
8012692: SerialJavaObject.java should be CallerSensitive aware Reviewed-by: mchung
Fri, 19 Apr 2013 14:40:31 +0100 8007812: (reflect) Class.getEnclosingMethod problematic for some classes
jfranck [Fri, 19 Apr 2013 14:40:31 +0100] rev 18234
8007812: (reflect) Class.getEnclosingMethod problematic for some classes Summary: Better checking in getEnclosing(Method|Constructor|Class) Reviewed-by: darcy, ahgross, mchung
Fri, 19 Apr 2013 11:43:19 +0100 8006611: Improve scripting
sundar [Fri, 19 Apr 2013 11:43:19 +0100] rev 18233
8006611: Improve scripting Reviewed-by: mchung
Thu, 18 Apr 2013 13:52:38 +0100 8009071: Improve shape handling
anthony [Thu, 18 Apr 2013 13:52:38 +0100] rev 18232
8009071: Improve shape handling Reviewed-by: art, mschoene
Tue, 16 Apr 2013 21:19:02 +0400 8011695: [tck-red] Application can not be run, the Security Warning dialog is gray.
leonidr [Tue, 16 Apr 2013 21:19:02 +0400] rev 18231
8011695: [tck-red] Application can not be run, the Security Warning dialog is gray. Summary: EventQueue shouldn't use AppContext.getAppContext() to obtain its AppContext. Reviewed-by: art
Mon, 15 Apr 2013 14:11:32 +0400 8012112: java/awt/image/mlib/MlibOpsTest.java fails on sparc solaris
bae [Mon, 15 Apr 2013 14:11:32 +0400] rev 18230
8012112: java/awt/image/mlib/MlibOpsTest.java fails on sparc solaris Reviewed-by: prr, vadim
Fri, 12 Apr 2013 14:08:21 +0400 8011992: java/awt/image/mlib/MlibOpsTest.java failed since jdk7u25b05
bae [Fri, 12 Apr 2013 14:08:21 +0400] rev 18229
8011992: java/awt/image/mlib/MlibOpsTest.java failed since jdk7u25b05 Reviewed-by: vadim
Wed, 10 Apr 2013 15:55:07 +0400 8011243: Improve ImagingLib
bae [Wed, 10 Apr 2013 15:55:07 +0400] rev 18228
8011243: Improve ImagingLib Reviewed-by: prr, vadim
Mon, 08 Apr 2013 13:35:57 -0700 8011257: Better Byte Component Rasters
prr [Mon, 08 Apr 2013 13:35:57 -0700] rev 18227
8011257: Better Byte Component Rasters Reviewed-by: bae, vadim, mschoene
Mon, 08 Apr 2013 13:32:09 -0700 8011253: Better Short Component Rasters
prr [Mon, 08 Apr 2013 13:32:09 -0700] rev 18226
8011253: Better Short Component Rasters Reviewed-by: bae, vadim, mschoene
Mon, 08 Apr 2013 13:29:19 -0700 8011248: Better Component Rasters
prr [Mon, 08 Apr 2013 13:29:19 -0700] rev 18225
8011248: Better Component Rasters Reviewed-by: bae, vadim, mschoene
Mon, 08 Apr 2013 21:12:28 +0100 8009235: Improve handling of TSA data
vinnie [Mon, 08 Apr 2013 21:12:28 +0100] rev 18224
8009235: Improve handling of TSA data Reviewed-by: ahgross, mullan
Mon, 08 Apr 2013 06:15:18 +0100 8008593: Better URLClassLoader resource management
chegar [Mon, 08 Apr 2013 06:15:18 +0100] rev 18223
8008593: Better URLClassLoader resource management Reviewed-by: alanb, sherman, hawtin
Fri, 05 Apr 2013 10:17:06 -0400 8001330: Improve on checking order
mullan [Fri, 05 Apr 2013 10:17:06 -0400] rev 18222
8001330: Improve on checking order Reviewed-by: acorn, hawtin
Thu, 21 Mar 2013 13:56:28 +0100 8008611: Better handling of annotations in JMX
egahlin [Thu, 21 Mar 2013 13:56:28 +0100] rev 18221
8008611: Better handling of annotations in JMX Reviewed-by: skoivu, dholmes, jfdenise
Tue, 02 Apr 2013 10:38:51 +0200 8007467: Better JMX type conversion
sjiang [Tue, 02 Apr 2013 10:38:51 +0200] rev 18220
8007467: Better JMX type conversion Reviewed-by: dfuchs, mchung, skoivu
Mon, 01 Apr 2013 09:55:26 -0700 8005007: Better glyph processing
prr [Mon, 01 Apr 2013 09:55:26 -0700] rev 18219
8005007: Better glyph processing Reviewed-by: srl, mschoene, bae
Sun, 31 Mar 2013 23:47:55 +0400 8008124: Better compliance testing
dsamersoff [Sun, 31 Mar 2013 23:47:55 +0400] rev 18218
8008124: Better compliance testing Summary: Better compliance testing Reviewed-by: dfuchs, jfdenise, skoivu, alanb
Sun, 31 Mar 2013 22:59:14 +0400 8008120: Improve JMX class checking
dsamersoff [Sun, 31 Mar 2013 22:59:14 +0400] rev 18217
8008120: Improve JMX class checking Summary: Improve JMX class checking Reviewed-by: mchung, dfuchs, alanb, skoivu
Sun, 31 Mar 2013 22:00:37 +0400 8007471: Improve MBean notifications
dsamersoff [Sun, 31 Mar 2013 22:00:37 +0400] rev 18216
8007471: Improve MBean notifications Summary: Improve MBean notifications Reviewed-by: dfuchs, mchung, alanb, skoivu
Fri, 29 Mar 2013 22:07:56 +0400 8006328: Improve robustness of sound classes
serb [Fri, 29 Mar 2013 22:07:56 +0400] rev 18215
8006328: Improve robustness of sound classes 8009057: Improve MIDI event handling Reviewed-by: amenkov, art, skoivu
Fri, 29 Mar 2013 10:01:19 -0700 8001038: Resourcefully handle resources
jgodinez [Fri, 29 Mar 2013 10:01:19 -0700] rev 18214
8001038: Resourcefully handle resources Reviewed-by: prr, bae Contributed-by: jia-hong.chen@oracle.com
Thu, 28 Mar 2013 09:39:26 +0100 8008982: Adjust JMX for underlying interface changes
jbachorik [Thu, 28 Mar 2013 09:39:26 +0100] rev 18213
8008982: Adjust JMX for underlying interface changes Reviewed-by: mchung, dholmes, dfuchs, skoivu
Thu, 28 Mar 2013 14:34:18 -0700 8001318: Socket.getLocalAddress not consistent with InetAddress.getLocalHost
khazra [Thu, 28 Mar 2013 14:34:18 -0700] rev 18212
8001318: Socket.getLocalAddress not consistent with InetAddress.getLocalHost Reviewed-by: alanb, chegar, hawtin
Thu, 28 Mar 2013 06:55:42 -0400 8009554: Improve SerialJavaObject.getFields
lancea [Thu, 28 Mar 2013 06:55:42 -0400] rev 18211
8009554: Improve SerialJavaObject.getFields Reviewed-by: alanb, skoivu, mchung
Wed, 27 Mar 2013 15:58:39 -0700 8007925: Improve cmsStageAllocLabV2ToV4curves
jgodinez [Wed, 27 Mar 2013 15:58:39 -0700] rev 18210
8007925: Improve cmsStageAllocLabV2ToV4curves 8007926: Improve cmsPipelineDup Reviewed-by: bae, mschoene, prr Contributed-by: jia-hong.chen@oracle.com
Wed, 27 Mar 2013 11:38:46 -0700 8009654: Improve stability of cmsnamed
jgodinez [Wed, 27 Mar 2013 11:38:46 -0700] rev 18209
8009654: Improve stability of cmsnamed Reviewed-by: bae, mschoene, prr Contributed-by: jia-hong.chen@oracle.com
Wed, 27 Mar 2013 13:29:22 +0100 8010209: Better provision of factories
jbachorik [Wed, 27 Mar 2013 13:29:22 +0100] rev 18208
8010209: Better provision of factories Reviewed-by: dcubed, ahgross
Wed, 27 Mar 2013 09:59:17 +0100 8008128: Better API coherence for JMX
jfdenise [Wed, 27 Mar 2013 09:59:17 +0100] rev 18207
8008128: Better API coherence for JMX Summary: Permission for getting classloader Reviewed-by: alanb, dfuchs, skoivu Contributed-by: jean-francois.denise@oracle.com
Tue, 26 Mar 2013 08:32:16 +0100 8008615: Improve robustness of JMX internal APIs
sjiang [Tue, 26 Mar 2013 08:32:16 +0100] rev 18206
8008615: Improve robustness of JMX internal APIs Reviewed-by: dfuchs, skoivu, dholmes
Tue, 26 Mar 2013 09:12:18 +0100 8009004: Better implementation of RMI connections
jfdenise [Tue, 26 Mar 2013 09:12:18 +0100] rev 18205
8009004: Better implementation of RMI connections Summary: Better class handling. Reviewed-by: alanb, dfuchs, skoivu, jbachorik Contributed-by: jean-francois.denise@oracle.com
Thu, 21 Mar 2013 12:14:59 +0000 8009067: Improve storing keys in KeyStore
vinnie [Thu, 21 Mar 2013 12:14:59 +0000] rev 18204
8009067: Improve storing keys in KeyStore Reviewed-by: mullan, skoivu
Thu, 21 Mar 2013 09:26:55 +0100 8008623: Better handling of MBeanServers
jbachorik [Thu, 21 Mar 2013 09:26:55 +0100] rev 18203
8008623: Better handling of MBeanServers Reviewed-by: dfuchs, dholmes, skoivu
Thu, 21 Mar 2013 02:13:49 +0400 8004584: Augment applet contextualization
leonidr [Thu, 21 Mar 2013 02:13:49 +0400] rev 18202
8004584: Augment applet contextualization Summary: Do not create the main AppContext for applets Reviewed-by: art, ahgross
Wed, 20 Mar 2013 11:50:11 -0700 8010213: Some api/javax_net/SocketFactory tests fail in 7u25 nightly build
khazra [Wed, 20 Mar 2013 11:50:11 -0700] rev 18201
8010213: Some api/javax_net/SocketFactory tests fail in 7u25 nightly build Summary: Eliminate fall-through while setting socket options on Windows Reviewed-by: alanb, chegar
Wed, 20 Mar 2013 10:12:37 -0700 8007929: Improve CurvesAlloc
jgodinez [Wed, 20 Mar 2013 10:12:37 -0700] rev 18200
8007929: Improve CurvesAlloc Reviewed-by: bae, mschoene, prr Contributed-by: jia-hong.chen@oracle.com
Tue, 19 Mar 2013 14:59:33 -0700 8001309: Better handling of annotation interfaces
darcy [Tue, 19 Mar 2013 14:59:33 -0700] rev 18199
8001309: Better handling of annotation interfaces Reviewed-by: ahgross, smarks, alanb
Tue, 19 Mar 2013 14:29:34 -0700 8009013: Better handling of T2K glyphs
jgodinez [Tue, 19 Mar 2013 14:29:34 -0700] rev 18198
8009013: Better handling of T2K glyphs Reviewed-by: bae, mschoene, prr Contributed-by: jia-hong.chen@oracle.com
Tue, 19 Mar 2013 13:26:42 +0100 8003703: Update RMI connection dialog box
sla [Tue, 19 Mar 2013 13:26:42 +0100] rev 18197
8003703: Update RMI connection dialog box Reviewed-by: skoivu, ahgross, mchung, jbachorik
Mon, 18 Mar 2013 11:55:16 +0100 8001043: Clarify definition restrictions
dfuchs [Mon, 18 Mar 2013 11:55:16 +0100] rev 18196
8001043: Clarify definition restrictions Reviewed-by: alanb, skoivu, smarks
Mon, 18 Mar 2013 11:17:06 +0100 8009996: tests javax/management/mxbean/MiscTest.java and javax/management/mxbean/StandardMBeanOverrideTest.java fail
jbachorik [Mon, 18 Mar 2013 11:17:06 +0100] rev 18195
8009996: tests javax/management/mxbean/MiscTest.java and javax/management/mxbean/StandardMBeanOverrideTest.java fail Reviewed-by: dfuchs, dholmes
Fri, 15 Mar 2013 12:31:57 -0700 8007927: Improve cmsAllocProfileSequenceDescription
jgodinez [Fri, 15 Mar 2013 12:31:57 -0700] rev 18194
8007927: Improve cmsAllocProfileSequenceDescription Reviewed-by: bae, mschoene, prr Contributed-by: jia-hong.chen@oracle.com
Wed, 13 Mar 2013 17:24:34 -0700 8001033: Refactor network address handling in virtual machine identifiers
dmocek [Wed, 13 Mar 2013 17:24:34 -0700] rev 18193
8001033: Refactor network address handling in virtual machine identifiers Reviewed-by: smarks, hawtin, mchung
Thu, 14 Mar 2013 13:46:15 -0700 7170730: Improve Windows network stack support.
khazra [Thu, 14 Mar 2013 13:46:15 -0700] rev 18192
7170730: Improve Windows network stack support. Summary: Enable exclusive binding of ports on Windows Reviewed-by: alanb, chegar, ahgross
Thu, 14 Mar 2013 14:45:55 +0100 8008607: Better input checking in JMX
jbachorik [Thu, 14 Mar 2013 14:45:55 +0100] rev 18191
8008607: Better input checking in JMX Reviewed-by: dfuchs, mchung, skoivu, sjiang
Thu, 14 Mar 2013 14:42:12 +0100 8008585: Better JMX data handling
jbachorik [Thu, 14 Mar 2013 14:42:12 +0100] rev 18190
8008585: Better JMX data handling Reviewed-by: alanb, dfuchs, jfdenise, skoivu, sjiang
Tue, 12 Mar 2013 11:09:37 +0100 8009034: Improve resulting notifications in JMX
jbachorik [Tue, 12 Mar 2013 11:09:37 +0100] rev 18189
8009034: Improve resulting notifications in JMX Summary: Disallowing access to mutable shared arrays Reviewed-by: dfuchs, mchung, skoivu
Tue, 12 Mar 2013 09:34:26 +0100 8009038: Improve JMX notification support
jbachorik [Tue, 12 Mar 2013 09:34:26 +0100] rev 18188
8009038: Improve JMX notification support Summary: Disallowing access to mutable shared arrays Reviewed-by: dfuchs, mchung, skoivu
Thu, 07 Mar 2013 14:05:05 +0100 8008603: Improve provision of JMX providers
jbachorik [Thu, 07 Mar 2013 14:05:05 +0100] rev 18187
8008603: Improve provision of JMX providers Reviewed-by: alanb, dfuchs, jfdenise, skoivu
Mon, 04 Mar 2013 14:34:15 -0800 8000638: Improve deserialization
dmocek [Mon, 04 Mar 2013 14:34:15 -0800] rev 18186
8000638: Improve deserialization Reviewed-by: smarks, hawtin, mchung
Wed, 27 Feb 2013 11:44:41 +0000 8004288: (fs) Files.probeContentType problems
alanb [Wed, 27 Feb 2013 11:44:41 +0000] rev 18185
8004288: (fs) Files.probeContentType problems Reviewed-by: ahgross, sherman
Wed, 27 Feb 2013 12:10:59 +0400 8001034: Memory management improvements
bae [Wed, 27 Feb 2013 12:10:59 +0400] rev 18184
8001034: Memory management improvements Reviewed-by: mschoene, prr, jgodinez
Tue, 18 Jun 2013 17:19:49 +0400 8016046: (process) Strict validation of input should be security manager case only [win].
uta [Tue, 18 Jun 2013 17:19:49 +0400] rev 18183
8016046: (process) Strict validation of input should be security manager case only [win]. Reviewed-by: alanb, ahgross
Mon, 17 Jun 2013 20:31:04 -0700 8015402: Lambda metafactory should not attempt to determine bridge methods
rfield [Mon, 17 Jun 2013 20:31:04 -0700] rev 18182
8015402: Lambda metafactory should not attempt to determine bridge methods Summary: paired with 8013789: Compiler should emit bridges in interfaces Reviewed-by: twisti
Mon, 17 Jun 2013 17:36:20 -0700 8014620: Signature.getAlgorithm return null in special case
youdwei [Mon, 17 Jun 2013 17:36:20 -0700] rev 18181
8014620: Signature.getAlgorithm return null in special case Reviewed-by: wetmore
Mon, 17 Jun 2013 16:24:48 -0700 7177472: JSR292: MethodType interning penalizes scalability
twisti [Mon, 17 Jun 2013 16:24:48 -0700] rev 18180
7177472: JSR292: MethodType interning penalizes scalability Reviewed-by: twisti Contributed-by: Aleksey Shipilev <aleksey.shipilev@oracle.com>
Mon, 17 Jun 2013 16:28:22 +0400 8016236: Class.getGenericInterfaces performance improvement
shade [Mon, 17 Jun 2013 16:28:22 +0400] rev 18179
8016236: Class.getGenericInterfaces performance improvement Summary: cache more reflective data and lookup results. Reviewed-by: alanb, plevart, psandoz, dl Contributed-by: Doug Lea <dl@cs.oswego.edu>, Aleksey Shipilev <aleksey.shipilev@oracle.com>
Mon, 17 Jun 2013 14:09:25 +0100 8016747: Replace deprecated PlatformLogger isLoggable(int) with isLoggable(Level)
chegar [Mon, 17 Jun 2013 14:09:25 +0100] rev 18178
8016747: Replace deprecated PlatformLogger isLoggable(int) with isLoggable(Level) Reviewed-by: darcy
Sun, 16 Jun 2013 22:36:41 -0700 Merge
lana [Sun, 16 Jun 2013 22:36:41 -0700] rev 18177
Merge
Fri, 14 Jun 2013 15:14:56 +0400 8015978: Incorrect transformation of XPath expression "string(-0)"
coffeys [Fri, 14 Jun 2013 15:14:56 +0400] rev 18176
8015978: Incorrect transformation of XPath expression "string(-0)" Reviewed-by: darcy, joehw Contributed-by: aleksej.efimov@oracle.com
Fri, 14 Jun 2013 09:13:03 -0400 8014307: Memory leak ... security/jgss/wrapper/GSSLibStub.c
jzavgren [Fri, 14 Jun 2013 09:13:03 -0400] rev 18175
8014307: Memory leak ... security/jgss/wrapper/GSSLibStub.c Summary: I modified the native procedure: Java_sun_security_jgss_wrapper_GSSLibStub_initContext() so that allocated memory is freed when errors occur. Reviewed-by: chegar, valeriep
Thu, 13 Jun 2013 17:48:11 -0700 7169142: CookieHandler does not work with localhost
khazra [Thu, 13 Jun 2013 17:48:11 -0700] rev 18174
7169142: CookieHandler does not work with localhost Summary: Add .local to derived effective hostnames without dot Reviewed-by: chegar
Thu, 13 Jun 2013 11:23:00 -0700 8015421: NegativeArraySizeException occurs in ChunkedOutputStream() with Integer.MAX_VALUE
khazra [Thu, 13 Jun 2013 11:23:00 -0700] rev 18173
8015421: NegativeArraySizeException occurs in ChunkedOutputStream() with Integer.MAX_VALUE Summary: Ensure integer overflow does not occur Reviewed-by: chegar
Thu, 13 Jun 2013 15:15:03 +0400 7181748: java/lang/ThreadGroup/Suspend.java test fails intermittently
igerasim [Thu, 13 Jun 2013 15:15:03 +0400] rev 18172
7181748: java/lang/ThreadGroup/Suspend.java test fails intermittently Reviewed-by: chegar, dholmes
Thu, 13 Jun 2013 11:13:30 +0200 8016251: Balanced spliterator for SpinedBuffer
psandoz [Thu, 13 Jun 2013 11:13:30 +0200] rev 18171
8016251: Balanced spliterator for SpinedBuffer Reviewed-by: mduigou Contributed-by: Brian Goetz <brian.goetz@oracle.com>, Peter Levart <peter.levart@gmail.com>, Paul Sandoz <paul.sandoz@oracle.com>
Wed, 12 Jun 2013 23:54:55 -0700 7040556: SimpleDateFormat.format Portuguese Month should not be capitalized
yhuang [Wed, 12 Jun 2013 23:54:55 -0700] rev 18170
7040556: SimpleDateFormat.format Portuguese Month should not be capitalized Reviewed-by: okutsu
Thu, 13 Jun 2013 10:00:00 +0800 8015274: TEST_BUG: Step2: After selecting 'View Warning Log', it is empty instead of FileNotFound.
weijun [Thu, 13 Jun 2013 10:00:00 +0800] rev 18169
8015274: TEST_BUG: Step2: After selecting 'View Warning Log', it is empty instead of FileNotFound. 8015276: TEST_BUG: The 'ptool.test' can't be saved in the 'tmp' folder. 8016158: Instruction is not clear on how to use keytool to create JKS store in case Reviewed-by: mullan
Thu, 13 Jun 2013 09:59:29 +0800 8014310: JAAS/Krb5LoginModule using des encytypes failure with NPE after JDK-8012679
weijun [Thu, 13 Jun 2013 09:59:29 +0800] rev 18168
8014310: JAAS/Krb5LoginModule using des encytypes failure with NPE after JDK-8012679 Reviewed-by: valeriep
Wed, 12 Jun 2013 14:07:14 -0700 8016448: java/util/BitSet/BitSetStreamTest.java no longer compiles, missed by 8015895
henryjen [Wed, 12 Jun 2013 14:07:14 -0700] rev 18167
8016448: java/util/BitSet/BitSetStreamTest.java no longer compiles, missed by 8015895 Reviewed-by: mduigou
Wed, 12 Jun 2013 11:11:59 -0700 8010325: Remove hash32() method and hash32 int field from java.lang.String
bchristi [Wed, 12 Jun 2013 11:11:59 -0700] rev 18166
8010325: Remove hash32() method and hash32 int field from java.lang.String Reviewed-by: alanb, mduigou
Wed, 12 Jun 2013 09:44:34 +0100 8016369: java/lang/instrument/RetransformBigClass.sh failing again
alanb [Wed, 12 Jun 2013 09:44:34 +0100] rev 18165
8016369: java/lang/instrument/RetransformBigClass.sh failing again Reviewed-by: sla, sergei
Wed, 12 Jun 2013 08:04:11 +0100 8016370: javadoc warnings, unexpected </p> mostly
alanb [Wed, 12 Jun 2013 08:04:11 +0100] rev 18164
8016370: javadoc warnings, unexpected </p> mostly Reviewed-by: martin, jjg
Tue, 11 Jun 2013 15:39:20 -0700 8016213: Convert j2se NetBeans project to use top-level make targets
mduigou [Tue, 11 Jun 2013 15:39:20 -0700] rev 18163
8016213: Convert j2se NetBeans project to use top-level make targets Reviewed-by: chegar
Tue, 11 Jun 2013 11:18:02 -0700 8015960: java/util/Locale/LocaleProviders.java failing again on Windows
naoto [Tue, 11 Jun 2013 11:18:02 -0700] rev 18162
8015960: java/util/Locale/LocaleProviders.java failing again on Windows Reviewed-by: alanb
Tue, 11 Jun 2013 14:09:06 +0100 Merge
alanb [Tue, 11 Jun 2013 14:09:06 +0100] rev 18161
Merge
Tue, 11 Jun 2013 11:25:59 +0100 8016311: Update j.u.c. tests to avoid using Thread.stop(Throwable)
alanb [Tue, 11 Jun 2013 11:25:59 +0100] rev 18160
8016311: Update j.u.c. tests to avoid using Thread.stop(Throwable) Reviewed-by: alanb Contributed-by: martinrb@google.com
Tue, 11 Jun 2013 11:22:28 +0100 7059085: Retire Thread.stop(Throwable) so that it throws UOE
alanb [Tue, 11 Jun 2013 11:22:28 +0100] rev 18159
7059085: Retire Thread.stop(Throwable) so that it throws UOE Reviewed-by: dholmes, chegar, forax, darcy, mduigou
Tue, 11 Jun 2013 12:13:26 +0200 8015895: Int/LongStream.range/rangeClosed
psandoz [Tue, 11 Jun 2013 12:13:26 +0200] rev 18158
8015895: Int/LongStream.range/rangeClosed 8012986: Right-bias range spliterators for large ranges Reviewed-by: mduigou
Mon, 10 Jun 2013 11:06:26 -0700 8013827: File.createTempFile hangs with temp file starting with 'com1.4'
dxu [Mon, 10 Jun 2013 11:06:26 -0700] rev 18157
8013827: File.createTempFile hangs with temp file starting with 'com1.4' 8011950: java.io.File.createTempFile enters infinite loop when passed invalid data Reviewed-by: alanb
Mon, 10 Jun 2013 12:58:32 +0100 8016217: More javadoc warnings
alanb [Mon, 10 Jun 2013 12:58:32 +0100] rev 18156
8016217: More javadoc warnings Reviewed-by: lancea, chegar, psandoz
Mon, 10 Jun 2013 12:26:20 +0200 8015792: Rename Spliterators.spliteratorFromIterator to Spliterators.iterator
psandoz [Mon, 10 Jun 2013 12:26:20 +0200] rev 18155
8015792: Rename Spliterators.spliteratorFromIterator to Spliterators.iterator Reviewed-by: chegar
Mon, 10 Jun 2013 12:20:34 +0200 8015798: Rename IntStream.longs/doubles and LongStream.doubles to asXxxStream
psandoz [Mon, 10 Jun 2013 12:20:34 +0200] rev 18154
8015798: Rename IntStream.longs/doubles and LongStream.doubles to asXxxStream Reviewed-by: alanb
Mon, 10 Jun 2013 11:52:32 +0200 8015492: Remove DoubleStream.range methods
psandoz [Mon, 10 Jun 2013 11:52:32 +0200] rev 18153
8015492: Remove DoubleStream.range methods Reviewed-by: alanb
Sat, 08 Jun 2013 09:05:49 -0700 8016209: TEST_BUG: non-compliant jmc in the bin directory hangs testing
ksrini [Sat, 08 Jun 2013 09:05:49 -0700] rev 18152
8016209: TEST_BUG: non-compliant jmc in the bin directory hangs testing Reviewed-by: alanb, darcy, chegar
Fri, 07 Jun 2013 22:15:27 -0400 7124706: enable RetransformBigClass.sh test when fix for 8013063 is promoted
coleenp [Fri, 07 Jun 2013 22:15:27 -0400] rev 18151
7124706: enable RetransformBigClass.sh test when fix for 8013063 is promoted Summary: The code for this test is fixed now and integrated to TL repo and it passes now. Reviewed-by: alanb
Fri, 07 Jun 2013 13:49:37 -0700 8015728: (zipfs) demo/zipfs/basic.sh failing
sherman [Fri, 07 Jun 2013 13:49:37 -0700] rev 18150
8015728: (zipfs) demo/zipfs/basic.sh failing Summary: to return the correct loc entry size from wirteLOC(); Reviewed-by: alanb
Fri, 07 Jun 2013 14:13:40 -0400 8016101: Fix typo in SerialRef and missing @param in SerialStruct
lancea [Fri, 07 Jun 2013 14:13:40 -0400] rev 18149
8016101: Fix typo in SerialRef and missing @param in SerialStruct Reviewed-by: darcy
Fri, 07 Jun 2013 10:59:41 -0700 7051862: CookiePolicy spec conflicts with CookiePolicy.ACCEPT_ORIGINAL_SERVER
khazra [Fri, 07 Jun 2013 10:59:41 -0700] rev 18148
7051862: CookiePolicy spec conflicts with CookiePolicy.ACCEPT_ORIGINAL_SERVER Summary: Return false for null arguments in ACCEPT_ORIGINAL_SERVER#shouldAccept() Reviewed-by: chegar
Fri, 07 Jun 2013 17:37:23 +0900 7064270: java/text/Format/DateFormat/WeekDateTest.java fails on OEL5.6 hi_IN.UTF-8
okutsu [Fri, 07 Jun 2013 17:37:23 +0900] rev 18147
7064270: java/text/Format/DateFormat/WeekDateTest.java fails on OEL5.6 hi_IN.UTF-8 Reviewed-by: peytoia
Fri, 07 Jun 2013 17:07:12 +0900 7177315: SimpleDateFormat parses wrong 2-digit year if input contains spaces
okutsu [Fri, 07 Jun 2013 17:07:12 +0900] rev 18146
7177315: SimpleDateFormat parses wrong 2-digit year if input contains spaces Reviewed-by: peytoia
Thu, 06 Jun 2013 16:45:25 -0700 8016117: New sun.misc.FDBigInteger class as part of 7032154
bpb [Thu, 06 Jun 2013 16:45:25 -0700] rev 18145
8016117: New sun.misc.FDBigInteger class as part of 7032154 Reviewed-by: martin, iris Contributed-by: Sergey Kuksenko <sergey.kuksenko@oracle.com>, Brian Burkhalter <brian.burkhalter@oracle.com>, Dmitry Nadezhin <dmitry.nadezhin@oracle.com>, Olivier Lagneau <olivier.lagneau@oracle.com>
Thu, 06 Jun 2013 22:22:56 +0100 8016063: getFinalAttributes should use FindClose
robm [Thu, 06 Jun 2013 22:22:56 +0100] rev 18144
8016063: getFinalAttributes should use FindClose Reviewed-by: alanb
Wed, 05 Jun 2013 21:01:02 -0700 7032154: Performance tuning of sun.misc.FloatingDecimal/FormattedFloatingDecimal
bpb [Wed, 05 Jun 2013 21:01:02 -0700] rev 18143
7032154: Performance tuning of sun.misc.FloatingDecimal/FormattedFloatingDecimal Summary: Performance improvements for double/float -> String and decimal/hex String -> double/float conversions. Reviewed-by: martin, iris Contributed-by: Sergey Kuksenko <sergey.kuksenko@oracle.com>, Brian Burkhalter <brian.burkhalter@oracle.com>, Dmitry Nadezhin <dmitry.nadezhin@oracle.com>, Olivier Lagneau <olivier.lagneau@oracle.com>
Thu, 06 Jun 2013 11:39:34 -0700 Merge
mduigou [Thu, 06 Jun 2013 11:39:34 -0700] rev 18142
Merge
Wed, 05 Jun 2013 15:56:51 -0700 8015522: CharSequence.codePoints can be faster
henryjen [Wed, 05 Jun 2013 15:56:51 -0700] rev 18141
8015522: CharSequence.codePoints can be faster Reviewed-by: martin, psandoz, alanb Contributed-by: henry.jen@oracle.com
Thu, 06 Jun 2013 20:43:05 +0400 8009579: Xpathexception does not honor initcause()
dmeetry [Thu, 06 Jun 2013 20:43:05 +0400] rev 18140
8009579: Xpathexception does not honor initcause() Reviewed-by: alanb, dholmes, joehw Contributed-by: aleksej.efimov@oracle.com
Thu, 06 Jun 2013 09:51:17 -0400 8016019: Remove setProtectionDomain0 and JVM_SetProtectionDomain in JDK
emc [Thu, 06 Jun 2013 09:51:17 -0400] rev 18139
8016019: Remove setProtectionDomain0 and JVM_SetProtectionDomain in JDK Summary: setProtectionDomain0 and JVM_SetProtectionDomain are unused since at least 1.5. This is the JDK side of a changeset to remove it. Reviewed-by: alanb
Thu, 06 Jun 2013 14:10:44 +0100 8000450: Restrict access to com/sun/corba/se/impl package
coffeys [Thu, 06 Jun 2013 14:10:44 +0100] rev 18138
8000450: Restrict access to com/sun/corba/se/impl package Reviewed-by: alanb, chegar, lancea
Thu, 06 Jun 2013 05:32:26 -0400 8015470: Remove redundant calls of toString() on String objects
dholmes [Thu, 06 Jun 2013 05:32:26 -0400] rev 18137
8015470: Remove redundant calls of toString() on String objects Reviewed-by: dholmes, alanb Contributed-by: Otavio Goncalves <otariojava@java.net>
Wed, 19 Jun 2013 17:59:09 -0700 Merge
lana [Wed, 19 Jun 2013 17:59:09 -0700] rev 18136
Merge
Wed, 19 Jun 2013 17:12:23 +0400 8005661: [parfait] Possible buffer overrun in jdk/src/solaris/native/sun/awt/awt_GraphicsEnv.c
pchelko [Wed, 19 Jun 2013 17:12:23 +0400] rev 18135
8005661: [parfait] Possible buffer overrun in jdk/src/solaris/native/sun/awt/awt_GraphicsEnv.c 8005695: [parfait] Format string argument mismatch in jdk/src/solaris/native/sun/xawt/XToolkit.c 8005752: [parfait] False positive function call mismatch at jdk/src/solaris/native/sun/xawt/XWindow.c Reviewed-by: art, serb
Wed, 19 Jun 2013 14:28:44 +0400 8013442: No file filter selected in file type combo box when using JFileChooser
malenkov [Wed, 19 Jun 2013 14:28:44 +0400] rev 18134
8013442: No file filter selected in file type combo box when using JFileChooser Reviewed-by: alexsch
Mon, 17 Jun 2013 18:30:49 +0400 8013571: TreeModelEvent doesn't accept "null" for root as Javadoc specifies.
malenkov [Mon, 17 Jun 2013 18:30:49 +0400] rev 18133
8013571: TreeModelEvent doesn't accept "null" for root as Javadoc specifies. Reviewed-by: alexsch
Fri, 14 Jun 2013 10:41:45 -0700 Merge
lana [Fri, 14 Jun 2013 10:41:45 -0700] rev 18132
Merge
Fri, 14 Jun 2013 16:38:18 +0400 8014821: Regression: Focus issues with Oracle WebCenter Capture applet
ant [Fri, 14 Jun 2013 16:38:18 +0400] rev 18131
8014821: Regression: Focus issues with Oracle WebCenter Capture applet Reviewed-by: leonidr
Thu, 13 Jun 2013 18:46:17 +0400 6847588: AWT test fails
alitvinov [Thu, 13 Jun 2013 18:46:17 +0400] rev 18130
6847588: AWT test fails Reviewed-by: anthony, serb
Thu, 13 Jun 2013 11:10:29 +0400 8013468: [macosx] Cursor does not update properly when in fullscreen mode on Mac
pchelko [Thu, 13 Jun 2013 11:10:29 +0400] rev 18129
8013468: [macosx] Cursor does not update properly when in fullscreen mode on Mac Reviewed-by: anthony, serb
Wed, 12 Jun 2013 16:18:04 +0400 8015454: java/awt/Focus/TypeAhead/TestFocusFreeze.java hangs with jdk8 since b56
ant [Wed, 12 Jun 2013 16:18:04 +0400] rev 18128
8015454: java/awt/Focus/TypeAhead/TestFocusFreeze.java hangs with jdk8 since b56 Reviewed-by: anthony
Tue, 11 Jun 2013 16:30:34 +0400 8009984: [parfait] Buffer overrun at jdk/src/macosx/native/com/apple/laf/AquaFileView.m
alexsch [Tue, 11 Jun 2013 16:30:34 +0400] rev 18127
8009984: [parfait] Buffer overrun at jdk/src/macosx/native/com/apple/laf/AquaFileView.m Reviewed-by: serb, art
Tue, 11 Jun 2013 16:02:22 +0400 8015336: BasicComboBoxEditor throws NullPointerException
malenkov [Tue, 11 Jun 2013 16:02:22 +0400] rev 18126
8015336: BasicComboBoxEditor throws NullPointerException Reviewed-by: alexsch
Tue, 11 Jun 2013 14:20:37 +0400 7184908: TEST_BUG: [macosx] closed/com/sun/java/swing/plaf/gtk/4928019/bug4928019.java fails
kshefov [Tue, 11 Jun 2013 14:20:37 +0400] rev 18125
7184908: TEST_BUG: [macosx] closed/com/sun/java/swing/plaf/gtk/4928019/bug4928019.java fails Reviewed-by: alexsch, serb
Tue, 11 Jun 2013 14:14:31 +0400 8012569: TEST_BUG: java/awt/GraphicsDevice/CheckDisplayModes.java fails
kshefov [Tue, 11 Jun 2013 14:14:31 +0400] rev 18124
8012569: TEST_BUG: java/awt/GraphicsDevice/CheckDisplayModes.java fails Reviewed-by: anthony, serb
Mon, 10 Jun 2013 16:44:40 +0400 7105030: [TEST_BUG] [macosx] The tests never finishes
kshefov [Mon, 10 Jun 2013 16:44:40 +0400] rev 18123
7105030: [TEST_BUG] [macosx] The tests never finishes Reviewed-by: alexsch, serb
Thu, 06 Jun 2013 17:59:37 +0400 8015853: java.lang.ArrayIndexOutOfBoundsException when running SwingSet2 demo
dmarkov [Thu, 06 Jun 2013 17:59:37 +0400] rev 18122
8015853: java.lang.ArrayIndexOutOfBoundsException when running SwingSet2 demo Reviewed-by: alexp, serb
Thu, 06 Jun 2013 17:06:22 +0400 7109977: [macosx] MixingInHwPanel.java test fails on Mac trying to click in the reserved corner
kshefov [Thu, 06 Jun 2013 17:06:22 +0400] rev 18121
7109977: [macosx] MixingInHwPanel.java test fails on Mac trying to click in the reserved corner Reviewed-by: serb, anthony
Thu, 06 Jun 2013 17:02:05 +0400 8015976: OpenJDK part of bug JDK-8015812 [TEST_BUG] Tests have conflicting test descriptions
kshefov [Thu, 06 Jun 2013 17:02:05 +0400] rev 18120
8015976: OpenJDK part of bug JDK-8015812 [TEST_BUG] Tests have conflicting test descriptions Reviewed-by: serb, anthony
Wed, 19 Jun 2013 17:57:12 -0700 Merge
lana [Wed, 19 Jun 2013 17:57:12 -0700] rev 18119
Merge
Mon, 17 Jun 2013 10:34:24 -0700 8015334: Memory leak when kerning is used on Windows.
prr [Mon, 17 Jun 2013 10:34:24 -0700] rev 18118
8015334: Memory leak when kerning is used on Windows. Reviewed-by: srl, bae
Fri, 14 Jun 2013 11:10:00 -0700 Merge
lana [Fri, 14 Jun 2013 11:10:00 -0700] rev 18117
Merge
Thu, 13 Jun 2013 13:02:37 -0700 8016485: Windows native print dialog does not reflect default printer settings
prr [Thu, 13 Jun 2013 13:02:37 -0700] rev 18116
8016485: Windows native print dialog does not reflect default printer settings Reviewed-by: jgodinez, jchen
Fri, 07 Jun 2013 10:26:29 -0700 8013810: PrintServiceLookup.lookupPrintServices() does not return consistent result
jgodinez [Fri, 07 Jun 2013 10:26:29 -0700] rev 18115
8013810: PrintServiceLookup.lookupPrintServices() does not return consistent result Reviewed-by: prr, jgodinez Contributed-by: patrick@reini.net
Fri, 07 Jun 2013 14:45:29 +0400 6830714: cmm test failures with OpenJDK
bae [Fri, 07 Jun 2013 14:45:29 +0400] rev 18114
6830714: cmm test failures with OpenJDK Reviewed-by: prr
Thu, 06 Jun 2013 13:57:25 +0400 8013430: REGRESSION: closed/java/awt/color/ICC_Profile/LoadProfileTest/LoadProfileTest.java fails with java.io.StreamCorruptedException: invalid type code: EE since 8b87
bae [Thu, 06 Jun 2013 13:57:25 +0400] rev 18113
8013430: REGRESSION: closed/java/awt/color/ICC_Profile/LoadProfileTest/LoadProfileTest.java fails with java.io.StreamCorruptedException: invalid type code: EE since 8b87 Reviewed-by: prr, vadim
(0) -10000 -3000 -1000 -480 +480 +1000 +3000 +10000 +30000 tip