Thu, 19 Dec 2013 21:58:50 +0000 8030218: javac, compile time error isn't shown when final static field is not assigned, follow-up
vromero [Thu, 19 Dec 2013 21:58:50 +0000] rev 22166
8030218: javac, compile time error isn't shown when final static field is not assigned, follow-up Reviewed-by: jjg, jfranck, sundar
Thu, 19 Dec 2013 20:16:44 +0000 8030807: langtools should still build using jdk 7
vromero [Thu, 19 Dec 2013 20:16:44 +0000] rev 22165
8030807: langtools should still build using jdk 7 Reviewed-by: briangoetz
Thu, 19 Dec 2013 11:38:45 -0500 8030726: tools/javac/NoStringToLower.java fails due to enforcement no use of String.toLowerCase on non-langtools classes
emc [Thu, 19 Dec 2013 11:38:45 -0500] rev 22164
8030726: tools/javac/NoStringToLower.java fails due to enforcement no use of String.toLowerCase on non-langtools classes Summary: Fix NoStringToLower test to only enforce ban on String.toLowerCase on langtools classes Reviewed-by: vromero, jfranck Contributed-by: paul.govereau@oracle.com
Wed, 18 Dec 2013 16:05:18 -0500 8030244: Update langtools to use Diamond
briangoetz [Wed, 18 Dec 2013 16:05:18 -0500] rev 22163
8030244: Update langtools to use Diamond Reviewed-by: darcy
Wed, 18 Dec 2013 19:22:58 +0000 8029721: javac crash for annotated parameter type of lambda in a field
vromero [Wed, 18 Dec 2013 19:22:58 +0000] rev 22162
8029721: javac crash for annotated parameter type of lambda in a field Reviewed-by: rfield, jfranck
Wed, 18 Dec 2013 19:15:58 +0000 8029569: internal javac cast exception when resolving varargs ambiguity
vromero [Wed, 18 Dec 2013 19:15:58 +0000] rev 22161
8029569: internal javac cast exception when resolving varargs ambiguity Reviewed-by: jjg
Fri, 06 Dec 2013 09:07:47 -0800 8029504: Regression: TestDocRootLink test fails on Windows
ksrini [Fri, 06 Dec 2013 09:07:47 -0800] rev 22160
8029504: Regression: TestDocRootLink test fails on Windows Reviewed-by: bpatel, jjg
Wed, 18 Dec 2013 10:29:25 -0500 8030253: Update langtools to use strings-in-switch
briangoetz [Wed, 18 Dec 2013 10:29:25 -0500] rev 22159
8030253: Update langtools to use strings-in-switch 8030262: Update langtools to use foreach loops 8030245: Update langtools to use try-with-resources and multi-catch Reviewed-by: darcy
Tue, 17 Dec 2013 19:27:49 -0500 8030687: Add .out files to fix failing tests
emc [Tue, 17 Dec 2013 19:27:49 -0500] rev 22158
8030687: Add .out files to fix failing tests Summary: Forgot to hg add golden files in a previous fix Reviewed-by: jjg
Tue, 17 Dec 2013 18:15:48 -0500 8030642: Add golden files to javac/limits
emc [Tue, 17 Dec 2013 18:15:48 -0500] rev 22157
8030642: Add golden files to javac/limits Summary: Add golden files to check output of negative compilation tests in javac/limits Reviewed-by: jjg, emc Contributed-by: paul.govereau@oracle.com
Tue, 17 Dec 2013 10:28:36 -0800 8030080: Correct misstatement in JSR 269 MR (in javax.lang.model)
darcy [Tue, 17 Dec 2013 10:28:36 -0800] rev 22156
8030080: Correct misstatement in JSR 269 MR (in javax.lang.model) Reviewed-by: jfranck
Tue, 17 Dec 2013 10:58:26 +0100 8028235: Better error recovery for parsing 'void' as a type of the lambda parameter
jlahoda [Tue, 17 Dec 2013 10:58:26 +0100] rev 22155
8028235: Better error recovery for parsing 'void' as a type of the lambda parameter Summary: Handle "void" as a primitive type in JavacParser.analyzeParens. Reviewed-by: vromero
Tue, 17 Dec 2013 10:58:21 +0100 8028415: TreeMaker.Literal(Object) creates invalid JCLiterals when passed a Character.
jlahoda [Tue, 17 Dec 2013 10:58:21 +0100] rev 22154
8028415: TreeMaker.Literal(Object) creates invalid JCLiterals when passed a Character. Summary: JCLiteral for char must contain an Integer, not the provided Character. Reviewed-by: jjg
Tue, 17 Dec 2013 10:55:59 +0100 8029800: Flags.java uses String.toLowerCase without specifying Locale
jlahoda [Tue, 17 Dec 2013 10:55:59 +0100] rev 22153
8029800: Flags.java uses String.toLowerCase without specifying Locale Summary: Introducing StringUtils.toLowerCase/toUpperCase independent on the default locale, converting almost all usages of String.toLowerCase/toUpperCase to use the new methods. Reviewed-by: jjg, bpatel
Tue, 17 Dec 2013 10:55:58 +0100 8029715: test needs bugID added to @bug tag
jlahoda [Tue, 17 Dec 2013 10:55:58 +0100] rev 22152
8029715: test needs bugID added to @bug tag Summary: Adding forgotten bug number Reviewed-by: vromero
Mon, 16 Dec 2013 10:15:38 -0800 8028545: Add -source 9 and -target 9 to javac
darcy [Mon, 16 Dec 2013 10:15:38 -0800] rev 22151
8028545: Add -source 9 and -target 9 to javac 8000961: Change javac source and target default to 9 Reviewed-by: jjg
Mon, 16 Dec 2013 17:33:18 +0000 8030214: fix for JDK-8020216 breaks the build
vromero [Mon, 16 Dec 2013 17:33:18 +0000] rev 22150
8030214: fix for JDK-8020216 breaks the build Reviewed-by: jjg
Mon, 16 Dec 2013 15:07:13 +0000 8028708: TEST_BUG, Tests should pass through VM options, langtools tests
vromero [Mon, 16 Dec 2013 15:07:13 +0000] rev 22149
8028708: TEST_BUG, Tests should pass through VM options, langtools tests Reviewed-by: jjg, vromero Contributed-by: andrey.x.nazarov@oracle.com
Mon, 16 Dec 2013 14:32:12 +0000 8020216: javac, compile time error isn't shown when final static field is not assigned
vromero [Mon, 16 Dec 2013 14:32:12 +0000] rev 22148
8020216: javac, compile time error isn't shown when final static field is not assigned Reviewed-by: jjg
Fri, 13 Dec 2013 09:36:24 -0800 8030068: Update .jcheck/conf files for JDK 9
iris [Fri, 13 Dec 2013 09:36:24 -0800] rev 22147
8030068: Update .jcheck/conf files for JDK 9 Reviewed-by: mr
Thu, 12 Dec 2013 15:27:11 -0800 Added tag jdk9-b00 for changeset 4b89cce23b75
iris [Thu, 12 Dec 2013 15:27:11 -0800] rev 22146
Added tag jdk9-b00 for changeset 4b89cce23b75
Wed, 05 Jul 2017 19:26:45 +0200 Merge
duke [Wed, 05 Jul 2017 19:26:45 +0200] rev 22145
Merge
Fri, 13 Dec 2013 09:35:35 -0800 8030068: Update .jcheck/conf files for JDK 9
iris [Fri, 13 Dec 2013 09:35:35 -0800] rev 22144
8030068: Update .jcheck/conf files for JDK 9 Reviewed-by: mr
Thu, 12 Dec 2013 15:27:07 -0800 Added tag jdk9-b00 for changeset 2b1cd447f3b6
iris [Thu, 12 Dec 2013 15:27:07 -0800] rev 22143
Added tag jdk9-b00 for changeset 2b1cd447f3b6
Wed, 05 Jul 2017 19:26:41 +0200 Merge
duke [Wed, 05 Jul 2017 19:26:41 +0200] rev 22142
Merge
Thu, 12 Dec 2013 11:36:40 -0800 8029895: XMLOutputFactory.newFactory(String, ClassLoader) - incorrect specification
joehw [Thu, 12 Dec 2013 11:36:40 -0800] rev 22141
8029895: XMLOutputFactory.newFactory(String, ClassLoader) - incorrect specification Reviewed-by: alanb, dfuchs, lancea
Sun, 05 Jan 2014 21:00:00 -0800 8027359: XML parser returns incorrect parsing results
joehw [Sun, 05 Jan 2014 21:00:00 -0800] rev 22140
8027359: XML parser returns incorrect parsing results Reviewed-by: lancea
Mon, 23 Dec 2013 14:07:05 -0800 8029236: Update copyright year to match last edit in jdk8 jaxp repository for 2013
joehw [Mon, 23 Dec 2013 14:07:05 -0800] rev 22139
8029236: Update copyright year to match last edit in jdk8 jaxp repository for 2013 Reviewed-by: lancea, mchung
Mon, 23 Dec 2013 13:57:42 -0800 8029955: AIOB in XMLEntityScanner.scanLiteral upon parsing literals with > 100 LF chars
joehw [Mon, 23 Dec 2013 13:57:42 -0800] rev 22138
8029955: AIOB in XMLEntityScanner.scanLiteral upon parsing literals with > 100 LF chars Reviewed-by: dfuchs, lancea, ulfzibis
Fri, 13 Dec 2013 09:35:23 -0800 8030068: Update .jcheck/conf files for JDK 9
iris [Fri, 13 Dec 2013 09:35:23 -0800] rev 22137
8030068: Update .jcheck/conf files for JDK 9 Reviewed-by: mr
Thu, 12 Dec 2013 15:27:07 -0800 Added tag jdk9-b00 for changeset 6b9397692808
iris [Thu, 12 Dec 2013 15:27:07 -0800] rev 22136
Added tag jdk9-b00 for changeset 6b9397692808
Wed, 05 Jul 2017 19:26:37 +0200 Merge
duke [Wed, 05 Jul 2017 19:26:37 +0200] rev 22135
Merge
Fri, 13 Dec 2013 09:36:37 -0800 8030068: Update .jcheck/conf files for JDK 9
iris [Fri, 13 Dec 2013 09:36:37 -0800] rev 22134
8030068: Update .jcheck/conf files for JDK 9 Reviewed-by: mr
Thu, 12 Dec 2013 15:27:12 -0800 Added tag jdk9-b00 for changeset 0127c0df76cd
iris [Thu, 12 Dec 2013 15:27:12 -0800] rev 22133
Added tag jdk9-b00 for changeset 0127c0df76cd
Wed, 05 Jul 2017 19:26:34 +0200 Merge
duke [Wed, 05 Jul 2017 19:26:34 +0200] rev 22132
Merge
Mon, 23 Dec 2013 18:42:26 +0000 8029231: Update copyright years for files in corba repository for 2013
ssides [Mon, 23 Dec 2013 18:42:26 +0000] rev 22131
8029231: Update copyright years for files in corba repository for 2013 Reviewed-by: mchung, coffeys
Fri, 13 Dec 2013 09:35:01 -0800 8030068: Update .jcheck/conf files for JDK 9
iris [Fri, 13 Dec 2013 09:35:01 -0800] rev 22130
8030068: Update .jcheck/conf files for JDK 9 Reviewed-by: mr
Thu, 12 Dec 2013 15:27:04 -0800 Added tag jdk9-b00 for changeset 40be46e0fee0
iris [Thu, 12 Dec 2013 15:27:04 -0800] rev 22129
Added tag jdk9-b00 for changeset 40be46e0fee0
Wed, 05 Jul 2017 19:26:30 +0200 Merge
duke [Wed, 05 Jul 2017 19:26:30 +0200] rev 22128
Merge
Wed, 08 Jan 2014 13:25:10 -0800 8028726: (prefs) Check src/solaris/native/java/util/FileSystemPreferences.c for JNI pending exceptions
dxu [Wed, 08 Jan 2014 13:25:10 -0800] rev 22127
8028726: (prefs) Check src/solaris/native/java/util/FileSystemPreferences.c for JNI pending exceptions Reviewed-by: lancea, chegar, alanb
Wed, 08 Jan 2014 14:04:35 +0100 8030781: System.setProperties(null) drops all system properties (RELEASE not set)
erikj [Wed, 08 Jan 2014 14:04:35 +0100] rev 22126
8030781: System.setProperties(null) drops all system properties (RELEASE not set) Reviewed-by: alanb
Wed, 08 Jan 2014 13:08:20 +0000 6772009: java/util/concurrent/locks/ReentrantLock/CancelledLockLoops.java test failed with 'Completed != 2'
alanb [Wed, 08 Jan 2014 13:08:20 +0000] rev 22125
6772009: java/util/concurrent/locks/ReentrantLock/CancelledLockLoops.java test failed with 'Completed != 2' Reviewed-by: martin, dholmes Contributed-by: srikalyan.chandrashekar@oracle.com
Wed, 08 Jan 2014 12:59:57 +0000 8030089: java/util/zip/ZipFile/FinalizeZipFile.java intermittently fails with fastdebug builds
alanb [Wed, 08 Jan 2014 12:59:57 +0000] rev 22124
8030089: java/util/zip/ZipFile/FinalizeZipFile.java intermittently fails with fastdebug builds Reviewed-by: alanb Contributed-by: tristan.yan@oracle.com
Tue, 07 Jan 2014 19:19:32 -0800 8031369: Fix raw types warnings in sun.misc.{Cache, SoftCache}
darcy [Tue, 07 Jan 2014 19:19:32 -0800] rev 22123
8031369: Fix raw types warnings in sun.misc.{Cache, SoftCache} Reviewed-by: mduigou, lancea
Tue, 07 Jan 2014 15:02:41 -0800 8000962: Update JDK_MINOR_VERSION for JDK 9
darcy [Tue, 07 Jan 2014 15:02:41 -0800] rev 22122
8000962: Update JDK_MINOR_VERSION for JDK 9 Reviewed-by: jjg, ksrini
Tue, 07 Jan 2014 14:35:57 -0800 8030823: Security Providers need to have their version numbers updated for JDK9
ascarpino [Tue, 07 Jan 2014 14:35:57 -0800] rev 22121
8030823: Security Providers need to have their version numbers updated for JDK9 Reviewed-by: xuelei, wetmore
Tue, 07 Jan 2014 12:56:29 -0800 8031361: Fix raw types warning in java.lang.management
darcy [Tue, 07 Jan 2014 12:56:29 -0800] rev 22120
8031361: Fix raw types warning in java.lang.management Reviewed-by: psandoz, lancea, alanb
Tue, 07 Jan 2014 09:58:16 -0800 8031326: Use Class<?> rather than Class in java.net method signatures
darcy [Tue, 07 Jan 2014 09:58:16 -0800] rev 22119
8031326: Use Class<?> rather than Class in java.net method signatures Reviewed-by: alanb, chegar
Tue, 07 Jan 2014 11:50:15 -0500 8031103: java.time.Duration has wrong Javadoc Comments in toDays() and toHours()
rriggs [Tue, 07 Jan 2014 11:50:15 -0500] rev 22118
8031103: java.time.Duration has wrong Javadoc Comments in toDays() and toHours() Summary: Correct specification for Duration.toDays, toHours Reviewed-by: lancea, alanb
Tue, 07 Jan 2014 09:17:56 -0800 8031302: Fix raw types lint warnings in java.security
darcy [Tue, 07 Jan 2014 09:17:56 -0800] rev 22117
8031302: Fix raw types lint warnings in java.security Reviewed-by: xuelei
Tue, 07 Jan 2014 09:09:30 -0800 8027063: SecurityManger.getClassContext returns a raw type
darcy [Tue, 07 Jan 2014 09:09:30 -0800] rev 22116
8027063: SecurityManger.getClassContext returns a raw type Reviewed-by: lancea, alanb, xuelei
Tue, 07 Jan 2014 13:00:37 +0000 Merge
chegar [Tue, 07 Jan 2014 13:00:37 +0000] rev 22115
Merge
Tue, 07 Jan 2014 12:59:32 +0000 8031142: AbstractCollection and AbstractList should specify their default implementation using @implSpec
chegar [Tue, 07 Jan 2014 12:59:32 +0000] rev 22114
8031142: AbstractCollection and AbstractList should specify their default implementation using @implSpec Reviewed-by: martin, psandoz
Tue, 07 Jan 2014 11:34:59 +0000 8031067: java/util/concurrent/atomic/AtomicUpdaters.java: java.lang.Error: Unexpected reflective access
chegar [Tue, 07 Jan 2014 11:34:59 +0000] rev 22113
8031067: java/util/concurrent/atomic/AtomicUpdaters.java: java.lang.Error: Unexpected reflective access Summary: Ensure that the test is not influenced by the default users policy. Reviewed-by: martin
Tue, 07 Jan 2014 11:33:22 +0100 8031306: Incorrect bug id on tests
psandoz [Tue, 07 Jan 2014 11:33:22 +0100] rev 22112
8031306: Incorrect bug id on tests Reviewed-by: chegar
Tue, 07 Jan 2014 11:15:11 +0100 8031187: DoubleStream.count is incorrect for a stream containing > Integer.MAX_VALUE elements
psandoz [Tue, 07 Jan 2014 11:15:11 +0100] rev 22111
8031187: DoubleStream.count is incorrect for a stream containing > Integer.MAX_VALUE elements Reviewed-by: darcy
Tue, 07 Jan 2014 09:54:16 +0100 8030801: SocketHandler(host, port) requires permission ("java.util.logging.LoggingPermission" "control")
plevart [Tue, 07 Jan 2014 09:54:16 +0100] rev 22110
8030801: SocketHandler(host, port) requires permission ("java.util.logging.LoggingPermission" "control") 8029781: Theoretical data race on java.util.logging.Handler.sealed Summary: Use privileged actions instead of racy boolean field to elevate privilege when constructing logging handlers Reviewed-by: mchung, dfuchs
Mon, 06 Jan 2014 13:54:54 -0800 8031210: Remove serial warning from java.lang.Enum
darcy [Mon, 06 Jan 2014 13:54:54 -0800] rev 22109
8031210: Remove serial warning from java.lang.Enum Reviewed-by: lancea, mduigou
Wed, 11 Dec 2013 16:52:41 -0500 8029551: Add value-type notice to java.time classes
rriggs [Wed, 11 Dec 2013 16:52:41 -0500] rev 22108
8029551: Add value-type notice to java.time classes Summary: Add warning about identity of value types and reference to ValueBased.html Reviewed-by: briangoetz, smarks, scolebourne
Mon, 06 Jan 2014 13:20:06 -0800 8007967: Infinite loop can happen in sun.security.provider.certpath.SunCertPathBuilder.depthFirstSearchForward()
juh [Mon, 06 Jan 2014 13:20:06 -0800] rev 22107
8007967: Infinite loop can happen in sun.security.provider.certpath.SunCertPathBuilder.depthFirstSearchForward() Reviewed-by: mullan
Mon, 06 Jan 2014 11:48:32 -0800 8031201: Fix casting lint issues in java.net
darcy [Mon, 06 Jan 2014 11:48:32 -0800] rev 22106
8031201: Fix casting lint issues in java.net Reviewed-by: alanb, chegar
Mon, 06 Jan 2014 11:00:12 +0000 8029354: URLPermission.<init> throws llegalArgumentException: Invalid characters in hostname
michaelm [Mon, 06 Jan 2014 11:00:12 +0000] rev 22105
8029354: URLPermission.<init> throws llegalArgumentException: Invalid characters in hostname Reviewed-by: alanb, chegar
Sun, 05 Jan 2014 21:02:57 -0800 8027359: XML parser returns incorrect parsing results
joehw [Sun, 05 Jan 2014 21:02:57 -0800] rev 22104
8027359: XML parser returns incorrect parsing results Reviewed-by: lancea
Fri, 03 Jan 2014 20:43:09 -0800 8030284: intermittent StackOverflow in RMI bench/serial test
tyan [Fri, 03 Jan 2014 20:43:09 -0800] rev 22103
8030284: intermittent StackOverflow in RMI bench/serial test Reviewed-by: smarks
Fri, 03 Jan 2014 14:04:41 -0800 8029561: Optimization in Integer to string conversion
bpb [Fri, 03 Jan 2014 14:04:41 -0800] rev 22102
8029561: Optimization in Integer to string conversion Summary: Remove FIXME-TODO comments as the suggested change does not improve performance. Reviewed-by: darcy
Fri, 03 Jan 2014 10:38:23 -0800 8030212: Several api.java.util.stream tests got "NaN" value instead of "Infinity" or "-Infinity"
darcy [Fri, 03 Jan 2014 10:38:23 -0800] rev 22101
8030212: Several api.java.util.stream tests got "NaN" value instead of "Infinity" or "-Infinity" Reviewed-by: mduigou, psandoz
Fri, 03 Jan 2014 09:49:08 -0800 8031148: Fix doclint issues in javax.xml.crypto.dsig
darcy [Fri, 03 Jan 2014 09:49:08 -0800] rev 22100
8031148: Fix doclint issues in javax.xml.crypto.dsig Reviewed-by: chegar, mullan
Fri, 03 Jan 2014 15:59:54 +0000 8031113: TEST_BUG: java/nio/channels/AsynchronousChannelGroup/Basic.java fails intermittently
alanb [Fri, 03 Jan 2014 15:59:54 +0000] rev 22099
8031113: TEST_BUG: java/nio/channels/AsynchronousChannelGroup/Basic.java fails intermittently Reviewed-by: chegar
Fri, 03 Jan 2014 15:42:05 +0000 8029018: (bf) Check src/share/native/java/nio/Bits.c for JNI pending exceptions
alanb [Fri, 03 Jan 2014 15:42:05 +0000] rev 22098
8029018: (bf) Check src/share/native/java/nio/Bits.c for JNI pending exceptions Reviewed-by: chegar
Fri, 03 Jan 2014 06:28:56 +0000 Merge
chegar [Fri, 03 Jan 2014 06:28:56 +0000] rev 22097
Merge
Fri, 03 Jan 2014 06:22:41 +0000 8031133: AbstractMap should specify its default implementation using @implSpec
dl [Fri, 03 Jan 2014 06:22:41 +0000] rev 22096
8031133: AbstractMap should specify its default implementation using @implSpec Reviewed-by: chegar, alanb
Thu, 02 Jan 2014 19:23:27 +0000 8027903: java/net/MulticastSocket/SetGetNetworkInterfaceTest.java throws java.net.SocketException: Cannot assign requested address
msheppar [Thu, 02 Jan 2014 19:23:27 +0000] rev 22095
8027903: java/net/MulticastSocket/SetGetNetworkInterfaceTest.java throws java.net.SocketException: Cannot assign requested address Summary: check for pending Exception and clear if invoking ipv6 mcast_set_xxx function during setNetworkInterface call flow. Reviewed-by: alanb, chegar
Mon, 30 Dec 2013 16:34:06 +0400 8030698: Several GUI labels in jconsole need correction
igerasim [Mon, 30 Dec 2013 16:34:06 +0400] rev 22094
8030698: Several GUI labels in jconsole need correction Reviewed-by: sla
Mon, 30 Dec 2013 11:51:19 +0800 8028780: JDK KRB5 module throws OutOfMemoryError when CCache is corrupt
weijun [Mon, 30 Dec 2013 11:51:19 +0800] rev 22093
8028780: JDK KRB5 module throws OutOfMemoryError when CCache is corrupt Reviewed-by: xuelei
Tue, 24 Dec 2013 20:07:12 -0800 8025415: Test SSLSocketImplThrowsWrongExceptions.java timed out
xuelei [Tue, 24 Dec 2013 20:07:12 -0800] rev 22092
8025415: Test SSLSocketImplThrowsWrongExceptions.java timed out Reviewed-by: weijun
Tue, 24 Dec 2013 16:43:19 -0800 8007256: RMI testlibrary cleanup: remove JavaVMCallbackHandler
smarks [Tue, 24 Dec 2013 16:43:19 -0800] rev 22091
8007256: RMI testlibrary cleanup: remove JavaVMCallbackHandler Reviewed-by: darcy
Tue, 24 Dec 2013 08:42:21 -0500 Merge
mullan [Tue, 24 Dec 2013 08:42:21 -0500] rev 22090
Merge
Tue, 24 Dec 2013 08:40:40 -0500 8030813: Signed applet fails to load when CRLs are stored in an LDAP directory
mullan [Tue, 24 Dec 2013 08:40:40 -0500] rev 22089
8030813: Signed applet fails to load when CRLs are stored in an LDAP directory Summary: Skip JNDI application resource lookup to avoid recursive JAR validation Reviewed-by: vinnie, herrick
Mon, 23 Dec 2013 14:24:48 -0800 8029997: [infra] remove Solaris ISA directories and the links
ksrini [Mon, 23 Dec 2013 14:24:48 -0800] rev 22088
8029997: [infra] remove Solaris ISA directories and the links Reviewed-by: alanb, tbell
Mon, 23 Dec 2013 14:02:27 -0800 8029955: AIOB in XMLEntityScanner.scanLiteral upon parsing literals with > 100 LF chars
joehw [Mon, 23 Dec 2013 14:02:27 -0800] rev 22087
8029955: AIOB in XMLEntityScanner.scanLiteral upon parsing literals with > 100 LF chars Reviewed-by: dfuchs, lancea, ulfzibis
Sun, 22 Dec 2013 11:20:07 +0100 8030850: Setting .level=FINEST in logging configuration file doesn't work
dfuchs [Sun, 22 Dec 2013 11:20:07 +0100] rev 22086
8030850: Setting .level=FINEST in logging configuration file doesn't work Summary: setLevel(INFO) was called too early on root logger, causing the value found in configuration file to be later ignored. Reviewed-by: mchung
Fri, 20 Dec 2013 15:10:11 -0800 7168267: Cleanup of rmi regression tests
tyan [Fri, 20 Dec 2013 15:10:11 -0800] rev 22085
7168267: Cleanup of rmi regression tests Reviewed-by: smarks
Fri, 13 Dec 2013 18:08:20 -0800 8027536: rmic: add deprecation warning message when generating JRMP static stubs/skeletons
smarks [Fri, 13 Dec 2013 18:08:20 -0800] rev 22084
8027536: rmic: add deprecation warning message when generating JRMP static stubs/skeletons Reviewed-by: mchung, dmocek
Fri, 20 Dec 2013 14:06:29 -0800 8030785: Missing "since 1.8" javadoc for java.lang.reflect.Method:getParameterCount
darcy [Fri, 20 Dec 2013 14:06:29 -0800] rev 22083
8030785: Missing "since 1.8" javadoc for java.lang.reflect.Method:getParameterCount Reviewed-by: mduigou, mchung
Fri, 20 Dec 2013 13:06:32 -0500 8029909: Clarify equals/hashcode behavior for java.time types
rriggs [Fri, 20 Dec 2013 13:06:32 -0500] rev 22082
8029909: Clarify equals/hashcode behavior for java.time types Summary: Document the behavior of equals and hashcode in java.time.chrono date types Reviewed-by: sherman, scolebourne
Fri, 20 Dec 2013 13:06:23 -0500 8030002: Enhance deserialization using readObject
rriggs [Fri, 20 Dec 2013 13:06:23 -0500] rev 22081
8030002: Enhance deserialization using readObject Reviewed-by: sherman, chegar, scolebourne
Fri, 20 Dec 2013 08:59:52 -0800 8023471: Add compatibility note to AnnotatedElement
darcy [Fri, 20 Dec 2013 08:59:52 -0800] rev 22080
8023471: Add compatibility note to AnnotatedElement Reviewed-by: smarks, jfranck, abuckley
Fri, 20 Dec 2013 14:53:38 +0100 8030187: TEST_BUG: java/util/logging/Logger/setResourceBundle/TestSetResourceBundle.java failing again
dfuchs [Fri, 20 Dec 2013 14:53:38 +0100] rev 22079
8030187: TEST_BUG: java/util/logging/Logger/setResourceBundle/TestSetResourceBundle.java failing again Summary: Yet another issue with Loggers being gc'ed too early. Reviewed-by: mchung
Fri, 20 Dec 2013 13:38:13 +0100 8030851: Update code in java.util to use newer language features
psandoz [Fri, 20 Dec 2013 13:38:13 +0100] rev 22078
8030851: Update code in java.util to use newer language features Reviewed-by: dfuchs, briangoetz, chegar, alanb, mduigou
Fri, 20 Dec 2013 09:58:03 +0000 8030690: TEST_BUG java/nio/Buffer/Chars.java fails intermittently
alanb [Fri, 20 Dec 2013 09:58:03 +0000] rev 22077
8030690: TEST_BUG java/nio/Buffer/Chars.java fails intermittently Reviewed-by: alanb Contributed-by: yiming.wang@oracle.com
Thu, 19 Dec 2013 22:59:21 -0800 8030842: Intermittent test failure SSLSocketTimeoutNulls.java
xuelei [Thu, 19 Dec 2013 22:59:21 -0800] rev 22076
8030842: Intermittent test failure SSLSocketTimeoutNulls.java Reviewed-by: weijun
Thu, 19 Dec 2013 13:43:30 -0800 8029346: LowMemoryTestConcMarkSweepGC.sh fails intermittently with timeout
mchung [Thu, 19 Dec 2013 13:43:30 -0800] rev 22075
8029346: LowMemoryTestConcMarkSweepGC.sh fails intermittently with timeout Reviewed-by: mchung Contributed-by: Tristan Yan <tristan.yan@oracle.com>
Thu, 19 Dec 2013 18:13:19 +0000 8022879: TEST_BUG: sun/nio/cs/MalformedSurrogates.java fails intermittently
alanb [Thu, 19 Dec 2013 18:13:19 +0000] rev 22074
8022879: TEST_BUG: sun/nio/cs/MalformedSurrogates.java fails intermittently Reviewed-by: martin Contributed-by: yiming.wang@oracle.com
Thu, 19 Dec 2013 14:53:10 +0100 8030192: TESTFAIL: java/util/logging/TestLoggerBundleSync.java failed with NPE
dfuchs [Thu, 19 Dec 2013 14:53:10 +0100] rev 22073
8030192: TESTFAIL: java/util/logging/TestLoggerBundleSync.java failed with NPE Summary: This is a test bug - loggers held in local variables can be arbitrarily gc'ed if that variable is no longer used. The fix makes sure that the loggers won't be arbitrarily gc'ed before the test is complete. Reviewed-by: mchung
Thu, 19 Dec 2013 13:08:05 +0000 Merge
chegar [Thu, 19 Dec 2013 13:08:05 +0000] rev 22072
Merge
Thu, 19 Dec 2013 10:40:50 +0000 Merge
chegar [Thu, 19 Dec 2013 10:40:50 +0000] rev 22071
Merge
Thu, 19 Dec 2013 10:31:59 +0000 8026155: Enhance ForkJoin pool
dl [Thu, 19 Dec 2013 10:31:59 +0000] rev 22070
8026155: Enhance ForkJoin pool Reviewed-by: chegar, alanb, ahgross
Thu, 19 Dec 2013 11:34:17 +0000 7102702: java/net/PortUnreachableException/OneExceptionOnly.java failing
msheppar [Thu, 19 Dec 2013 11:34:17 +0000] rev 22069
7102702: java/net/PortUnreachableException/OneExceptionOnly.java failing Summary: change struct sockaddr_in rmtaddr to SOCKETADDRESS rmtaddr in purgeOutstandingICMP Reviewed-by: alanb, chegar
Thu, 19 Dec 2013 02:27:25 -0800 7093640: Enable client-side TLS 1.2 by default
xuelei [Thu, 19 Dec 2013 02:27:25 -0800] rev 22068
7093640: Enable client-side TLS 1.2 by default Reviewed-by: weijun, mullan, wetmore
Wed, 18 Dec 2013 11:34:34 -0800 8029513: SwingApplet demo files still found in JDK 8 on Solaris
ksrini [Wed, 18 Dec 2013 11:34:34 -0800] rev 22067
8029513: SwingApplet demo files still found in JDK 8 on Solaris Reviewed-by: tbell
Wed, 18 Dec 2013 10:36:34 -0800 8029388: java.exe consumes argument intended for launched java class
ksrini [Wed, 18 Dec 2013 10:36:34 -0800] rev 22066
8029388: java.exe consumes argument intended for launched java class Reviewed-by: mchung
Wed, 18 Dec 2013 10:19:05 -0800 8024033: [launcher] remove solaris dual mode support
ksrini [Wed, 18 Dec 2013 10:19:05 -0800] rev 22065
8024033: [launcher] remove solaris dual mode support Reviewed-by: darcy, martin
Wed, 18 Dec 2013 09:56:54 -0500 7018010: References to ProxySelector is without link
rriggs [Wed, 18 Dec 2013 09:56:54 -0500] rev 22064
7018010: References to ProxySelector is without link Reviewed-by: lancea, darcy, alanb
Wed, 18 Dec 2013 12:23:41 +0000 8029788: Certificate validation - java.lang.ClassCastException
vinnie [Wed, 18 Dec 2013 12:23:41 +0000] rev 22063
8029788: Certificate validation - java.lang.ClassCastException Reviewed-by: xuelei, mullan, weijun
Wed, 18 Dec 2013 11:00:48 +0100 8029809: sun/management/jmxremote/bootstrap/CustomLauncherTest.java fails intermittently with "Operation not permitted"
jbachorik [Wed, 18 Dec 2013 11:00:48 +0100] rev 22062
8029809: sun/management/jmxremote/bootstrap/CustomLauncherTest.java fails intermittently with "Operation not permitted" Reviewed-by: sla
Wed, 18 Dec 2013 10:58:50 +0100 8029890: java/lang/management/ThreadMXBean/ThreadBlockedCount.java fails: Blocked thread has 4 blocked counts. Expected 3
jbachorik [Wed, 18 Dec 2013 10:58:50 +0100] rev 22061
8029890: java/lang/management/ThreadMXBean/ThreadBlockedCount.java fails: Blocked thread has 4 blocked counts. Expected 3 Reviewed-by: sla
Wed, 18 Dec 2013 08:41:46 +0000 8029886: Change SecurityManager check{TopLevelWindow, SystemClipboardAccessAwtEventQueueAccess} to check AllPermission
alanb [Wed, 18 Dec 2013 08:41:46 +0000] rev 22060
8029886: Change SecurityManager check{TopLevelWindow, SystemClipboardAccessAwtEventQueueAccess} to check AllPermission Reviewed-by: mchung, prr, art, mullan
Tue, 17 Dec 2013 17:14:02 -0800 8030084: Fix lint warnings in sun.security.tools.policytool
darcy [Tue, 17 Dec 2013 17:14:02 -0800] rev 22059
8030084: Fix lint warnings in sun.security.tools.policytool Reviewed-by: mullan
Tue, 17 Dec 2013 09:36:59 -0800 8029795: LinkedHashMap.getOrDefault() doesn't update access order.
mduigou [Tue, 17 Dec 2013 09:36:59 -0800] rev 22058
8029795: LinkedHashMap.getOrDefault() doesn't update access order. Reviewed-by: psandoz
Tue, 17 Dec 2013 13:27:30 +0000 8030035: Create a stable test group in TEST.groups
alanb [Tue, 17 Dec 2013 13:27:30 +0000] rev 22057
8030035: Create a stable test group in TEST.groups Summary: Added known stable tests into a separate group Reviewed-by: alanb Contributed-by: balchandra.vaidya@oracle.com
Tue, 17 Dec 2013 08:07:02 +0100 6605915: jinfo -flag <flag name> functionality doesn't work with core files
sla [Tue, 17 Dec 2013 08:07:02 +0100] rev 22056
6605915: jinfo -flag <flag name> functionality doesn't work with core files Reviewed-by: mchung, jbachorik
Fri, 13 Dec 2013 13:34:55 -0800 8029055: Map.merge implementations should refuse null value param
mduigou [Fri, 13 Dec 2013 13:34:55 -0800] rev 22055
8029055: Map.merge implementations should refuse null value param Reviewed-by: briangoetz, dl
Fri, 13 Dec 2013 13:35:35 -0800 8030016: HashMap.computeIfAbsent generates spurious access event
mduigou [Fri, 13 Dec 2013 13:35:35 -0800] rev 22054
8030016: HashMap.computeIfAbsent generates spurious access event Reviewed-by: psandoz, bchristi
Mon, 16 Dec 2013 19:52:55 +0000 6706208: (cs) CharsetProvider permission check cleanup
alanb [Mon, 16 Dec 2013 19:52:55 +0000] rev 22053
6706208: (cs) CharsetProvider permission check cleanup Reviewed-by: chegar, mchung
Mon, 16 Dec 2013 15:05:26 +0000 8029904: Remove com.sun.security.auth.callback.DialogCallbackHandler
alanb [Mon, 16 Dec 2013 15:05:26 +0000] rev 22052
8029904: Remove com.sun.security.auth.callback.DialogCallbackHandler Reviewed-by: mullan
Mon, 16 Dec 2013 15:38:31 +0100 8030204: com/sun/jdi/JdbExprTest.sh: Required output "Can\\'t convert 2147483648 to int" not found
sla [Mon, 16 Dec 2013 15:38:31 +0100] rev 22051
8030204: com/sun/jdi/JdbExprTest.sh: Required output "Can\\'t convert 2147483648 to int" not found Reviewed-by: alanb
Mon, 16 Dec 2013 11:09:52 +0100 4660158: TTY: NumberFormatException while trying to set values by 'set' command
sla [Mon, 16 Dec 2013 11:09:52 +0100] rev 22050
4660158: TTY: NumberFormatException while trying to set values by 'set' command Reviewed-by: alanb, sspitsyn
Mon, 16 Dec 2013 11:04:59 +0100 8028430: JDI: ReferenceType.visibleMethods() return wrong visible methods
sla [Mon, 16 Dec 2013 11:04:59 +0100] rev 22049
8028430: JDI: ReferenceType.visibleMethods() return wrong visible methods Reviewed-by: mchung
Mon, 16 Dec 2013 10:51:46 +0100 8030036: Updates to ProblemList.txt after same-binaries run
sla [Mon, 16 Dec 2013 10:51:46 +0100] rev 22048
8030036: Updates to ProblemList.txt after same-binaries run Reviewed-by: alanb
Sun, 15 Dec 2013 20:24:45 -0800 8028562: Test SSLSocketSSLEngineTemplate.java intermittent failed with "Data length error"
xuelei [Sun, 15 Dec 2013 20:24:45 -0800] rev 22047
8028562: Test SSLSocketSSLEngineTemplate.java intermittent failed with "Data length error" Summary: test stabilization, read one more time in case of message fragment Reviewed-by: mullan, xuelei Contributed-by: Zaiyao Liu <zaiyao.liu@oracle.com>
(0) -10000 -3000 -1000 -120 +120 +1000 +3000 +10000 +30000 tip