Sun, 14 Nov 2010 07:16:46 -0800 6991528: Support making Throwable.suppressedExceptions immutable
darcy [Sun, 14 Nov 2010 07:16:46 -0800] rev 7213
6991528: Support making Throwable.suppressedExceptions immutable Reviewed-by: mcimadamore
Sat, 13 Nov 2010 19:00:43 -0800 Merge
lana [Sat, 13 Nov 2010 19:00:43 -0800] rev 7212
Merge
Fri, 12 Nov 2010 12:34:18 +0000 6970016: Clean up ARM/try-with-resources implementation
mcimadamore [Fri, 12 Nov 2010 12:34:18 +0000] rev 7211
6970016: Clean up ARM/try-with-resources implementation Summary: changed Xlint option name from -Xlint:arm to -Xlint:try Reviewed-by: jjg
Fri, 12 Nov 2010 12:33:52 +0000 6999067: cast for invokeExact call gets redundant cast to <type> warnings
mcimadamore [Fri, 12 Nov 2010 12:33:52 +0000] rev 7210
6999067: cast for invokeExact call gets redundant cast to <type> warnings Summary: Xlint:cast should not report cast used in order to specify target type in polymorphic signature calls Reviewed-by: jjg
Fri, 12 Nov 2010 12:32:43 +0000 6598108: com.sun.source.util.Trees.isAccessible incorrect
mcimadamore [Fri, 12 Nov 2010 12:32:43 +0000] rev 7209
6598108: com.sun.source.util.Trees.isAccessible incorrect Summary: JavacTrees' version of isAccessible should take into account enclosing class accessibility Reviewed-by: jjg
Wed, 10 Nov 2010 12:37:25 +0000 6996914: Diamond inference: problem when accessing protected constructor
mcimadamore [Wed, 10 Nov 2010 12:37:25 +0000] rev 7208
6996914: Diamond inference: problem when accessing protected constructor Summary: special resolution scheme for diamond inference needs to open up protected constructors in anon inner class creation Reviewed-by: jjg
Tue, 09 Nov 2010 17:49:24 -0800 6997958: test tools/javac/api/T6412669.java fails in PIT
jjg [Tue, 09 Nov 2010 17:49:24 -0800] rev 7207
6997958: test tools/javac/api/T6412669.java fails in PIT Reviewed-by: darcy
Sat, 06 Nov 2010 13:53:48 -0700 6998063: new Scope impl to fix Scope performance issues
jjg [Sat, 06 Nov 2010 13:53:48 -0700] rev 7206
6998063: new Scope impl to fix Scope performance issues Reviewed-by: jjg Contributed-by: per.bothner@oracle.com
Thu, 04 Nov 2010 15:39:43 -0700 Merge
lana [Thu, 04 Nov 2010 15:39:43 -0700] rev 7205
Merge
Thu, 04 Nov 2010 12:58:29 +0000 6714835: Safe cast is rejected (with warning) by javac
mcimadamore [Thu, 04 Nov 2010 12:58:29 +0000] rev 7204
6714835: Safe cast is rejected (with warning) by javac Summary: Rules for unchecked cast conversion do not take into account type-containment Reviewed-by: jjg
Thu, 04 Nov 2010 12:57:48 +0000 6993963: Project Coin: Use precise exception analysis for effectively final catch parameters
mcimadamore [Thu, 04 Nov 2010 12:57:48 +0000] rev 7203
6993963: Project Coin: Use precise exception analysis for effectively final catch parameters Summary: More precise rethrow analysis should be extended to effectively-final exception parameters. Multicatch parameters should be made implicitly final. Reviewed-by: jjg, darcy
Wed, 05 Jul 2017 17:28:01 +0200 Merge
duke [Wed, 05 Jul 2017 17:28:01 +0200] rev 7202
Merge
Mon, 22 Nov 2010 14:57:17 -0800 Added tag jdk7-b119 for changeset 80bacb622b68
cl [Mon, 22 Nov 2010 14:57:17 -0800] rev 7201
Added tag jdk7-b119 for changeset 80bacb622b68
Wed, 05 Jul 2017 17:27:58 +0200 Merge
duke [Wed, 05 Jul 2017 17:27:58 +0200] rev 7200
Merge
Mon, 22 Nov 2010 14:57:16 -0800 Added tag jdk7-b119 for changeset 1db26590e632
cl [Mon, 22 Nov 2010 14:57:16 -0800] rev 7199
Added tag jdk7-b119 for changeset 1db26590e632
Wed, 05 Jul 2017 17:27:55 +0200 Merge
duke [Wed, 05 Jul 2017 17:27:55 +0200] rev 7198
Merge
Mon, 15 Nov 2010 10:47:48 -0800 6763340: memory leak in com.sun.corba.se.* classes
robm [Mon, 15 Nov 2010 10:47:48 -0800] rev 7197
6763340: memory leak in com.sun.corba.se.* classes 6873605: Missing finishedDispatch() call in ORBImpl causes test failures after 5u20 b04 Summary: Reviewed by Ken Cavanaugh Reviewed-by: coffeys
Mon, 15 Nov 2010 10:46:40 -0800 6277781: Serialization of Enums over IIOP is broke.
robm [Mon, 15 Nov 2010 10:46:40 -0800] rev 7196
6277781: Serialization of Enums over IIOP is broke. Summary: Reviewed by Ken Cavanaugh Reviewed-by: coffeys
Sat, 13 Nov 2010 18:39:26 -0800 Merge
lana [Sat, 13 Nov 2010 18:39:26 -0800] rev 7195
Merge
Thu, 04 Nov 2010 14:05:29 -0700 Merge
lana [Thu, 04 Nov 2010 14:05:29 -0700] rev 7194
Merge
Wed, 05 Jul 2017 17:27:51 +0200 Merge
duke [Wed, 05 Jul 2017 17:27:51 +0200] rev 7193
Merge
Mon, 29 Nov 2010 13:38:12 -0800 7003227: (pack200) intermittent failures compiling pack200
ksrini [Mon, 29 Nov 2010 13:38:12 -0800] rev 7192
7003227: (pack200) intermittent failures compiling pack200 Reviewed-by: jjg
Mon, 15 Nov 2010 19:05:15 -0800 Merge
lana [Mon, 15 Nov 2010 19:05:15 -0800] rev 7191
Merge
Mon, 15 Nov 2010 09:42:39 -0800 6544278: SecurityException not thrown for Indexed Jar file whose signature is corrupted
sherman [Mon, 15 Nov 2010 09:42:39 -0800] rev 7190
6544278: SecurityException not thrown for Indexed Jar file whose signature is corrupted Summary: Added code to deal with the index case specially. Reviewed-by: mullan
Mon, 15 Nov 2010 09:26:49 -0800 6994145: (zipfs) README should be updated
sherman [Mon, 15 Nov 2010 09:26:49 -0800] rev 7189
6994145: (zipfs) README should be updated 6994161: (zipfs) newFileSystem method should FileSystemAlreadyExistsException 6994152: (zipfs) copyTo ignores COPY_ATTRIBUTES option Summary: zipfile update Reviewed-by: alanb
Mon, 15 Nov 2010 15:11:04 +0000 6993789: LinkedBlockingDeque iterator/descendingIterator loops and owns lock forever
chegar [Mon, 15 Nov 2010 15:11:04 +0000] rev 7188
6993789: LinkedBlockingDeque iterator/descendingIterator loops and owns lock forever Reviewed-by: dl, dholmes
Mon, 15 Nov 2010 14:34:04 +0000 6999915: TEST_BUG: test/java/nio/channels/AsynchronousSocketChannel/Leaky.java failed intermittently (win)
alanb [Mon, 15 Nov 2010 14:34:04 +0000] rev 7187
6999915: TEST_BUG: test/java/nio/channels/AsynchronousSocketChannel/Leaky.java failed intermittently (win) Reviewed-by: forax
Sun, 14 Nov 2010 07:22:39 -0800 6991528: Support making Throwable.suppressedExceptions immutable
darcy [Sun, 14 Nov 2010 07:22:39 -0800] rev 7186
6991528: Support making Throwable.suppressedExceptions immutable Reviewed-by: mchung, dholmes
Sat, 13 Nov 2010 18:56:50 -0800 Merge
lana [Sat, 13 Nov 2010 18:56:50 -0800] rev 7185
Merge
Fri, 12 Nov 2010 08:41:03 -0500 6999086: Clarify that SyncFactory.setLogger can throw an NullPointerException
lancea [Fri, 12 Nov 2010 08:41:03 -0500] rev 7184
6999086: Clarify that SyncFactory.setLogger can throw an NullPointerException Reviewed-by: alanb
Fri, 12 Nov 2010 21:33:14 +0800 6960894: Better AS-REQ creation and processing
weijun [Fri, 12 Nov 2010 21:33:14 +0800] rev 7183
6960894: Better AS-REQ creation and processing Reviewed-by: valeriep
Fri, 12 Nov 2010 07:15:47 -0500 6982530: javadoc update to SyncFactory & JdbcResource bundle for synchronization issues
lancea [Fri, 12 Nov 2010 07:15:47 -0500] rev 7182
6982530: javadoc update to SyncFactory & JdbcResource bundle for synchronization issues Reviewed-by: alanb
Thu, 11 Nov 2010 11:02:32 -0800 Merge
mduigou [Thu, 11 Nov 2010 11:02:32 -0800] rev 7181
Merge
Thu, 11 Nov 2010 11:01:25 -0800 6465367: (coll) Typo in TreeMap documentation
mduigou [Thu, 11 Nov 2010 11:01:25 -0800] rev 7180
6465367: (coll) Typo in TreeMap documentation Reviewed-by: alanb, briangoetz
Thu, 11 Nov 2010 15:51:12 +0800 6987827: security/util/Resources.java needs improvement
weijun [Thu, 11 Nov 2010 15:51:12 +0800] rev 7179
6987827: security/util/Resources.java needs improvement Reviewed-by: valeriep
Tue, 09 Nov 2010 18:57:12 +0000 Merge
alanb [Tue, 09 Nov 2010 18:57:12 +0000] rev 7178
Merge
Tue, 09 Nov 2010 18:56:39 +0000 6979009: (fc) FileChannel.read() fails to throw ClosedByInterruptException
alanb [Tue, 09 Nov 2010 18:56:39 +0000] rev 7177
6979009: (fc) FileChannel.read() fails to throw ClosedByInterruptException Reviewed-by: forax, sherman, chegar
Tue, 09 Nov 2010 16:34:08 +0000 6998250: Remove redundant src/solaris/classes/sun/net/www/protocol/http/NTLMAuthentication.java
chegar [Tue, 09 Nov 2010 16:34:08 +0000] rev 7176
6998250: Remove redundant src/solaris/classes/sun/net/www/protocol/http/NTLMAuthentication.java Reviewed-by: alanb
Tue, 09 Nov 2010 08:34:11 +0800 6952519: kdc_timeout is not being honoured when using TCP
weijun [Tue, 09 Nov 2010 08:34:11 +0800] rev 7175
6952519: kdc_timeout is not being honoured when using TCP Reviewed-by: valeriep
Mon, 08 Nov 2010 09:29:18 -0800 6792706: Add JAR file to bootclasspath when using AggressiveOpts
ohair [Mon, 08 Nov 2010 09:29:18 -0800] rev 7174
6792706: Add JAR file to bootclasspath when using AggressiveOpts Reviewed-by: alanb, kvn, darcy
Mon, 08 Nov 2010 11:33:24 -0500 6994717: expired certificate in test ValidateCertPath
mullan [Mon, 08 Nov 2010 11:33:24 -0500] rev 7173
6994717: expired certificate in test ValidateCertPath Reviewed-by: vinnie
Sat, 06 Nov 2010 09:11:18 +0800 6997740: ktab entry related test compilation error
weijun [Sat, 06 Nov 2010 09:11:18 +0800] rev 7172
6997740: ktab entry related test compilation error Reviewed-by: valeriep
Fri, 05 Nov 2010 14:15:25 -0700 6985763: Pack200.Packer.pack(...) and Pack200.Unpacker.unpack(...) throw unspecified exceptions
ksrini [Fri, 05 Nov 2010 14:15:25 -0700] rev 7171
6985763: Pack200.Packer.pack(...) and Pack200.Unpacker.unpack(...) throw unspecified exceptions Reviewed-by: jrose, dholmes, alanb, mduigou
Fri, 05 Nov 2010 17:15:44 +0000 6957378: JMX memory leak
coffeys [Fri, 05 Nov 2010 17:15:44 +0000] rev 7170
6957378: JMX memory leak Reviewed-by: emcmanus, kevinw
Fri, 05 Nov 2010 08:18:46 -0700 Merge
lana [Fri, 05 Nov 2010 08:18:46 -0700] rev 7169
Merge
Thu, 04 Nov 2010 15:38:39 -0700 Merge
lana [Thu, 04 Nov 2010 15:38:39 -0700] rev 7168
Merge
Fri, 05 Nov 2010 13:52:37 +0000 6696028: JMXServiceURL like service:jmx:rmi:///jndi/iiop:// should be rejected by the RMI conn provider.
coffeys [Fri, 05 Nov 2010 13:52:37 +0000] rev 7167
6696028: JMXServiceURL like service:jmx:rmi:///jndi/iiop:// should be rejected by the RMI conn provider. 6984520: NPE IN RMIConnector.connect Reviewed-by: emcmanus, kevinw
Fri, 05 Nov 2010 09:07:02 +0000 6988618: JCK test setDaemon0101 hangs on specific machine
chegar [Fri, 05 Nov 2010 09:07:02 +0000] rev 7166
6988618: JCK test setDaemon0101 hangs on specific machine Reviewed-by: dholmes, alanb
Thu, 04 Nov 2010 14:42:30 -0700 6985875: Change servicetags registration to refer to Oracle SSO and MSO 5.2 release
mchung [Thu, 04 Nov 2010 14:42:30 -0700] rev 7165
6985875: Change servicetags registration to refer to Oracle SSO and MSO 5.2 release Reviewed-by: ksrini
Thu, 04 Nov 2010 14:19:31 -0700 6720170: ByteArrayInputStream.skip(long) can overflow internally
mchung [Thu, 04 Nov 2010 14:19:31 -0700] rev 7164
6720170: ByteArrayInputStream.skip(long) can overflow internally Reviewed-by: dholmes, alanb
Mon, 15 Nov 2010 19:01:42 -0800 Merge
lana [Mon, 15 Nov 2010 19:01:42 -0800] rev 7163
Merge
Mon, 15 Nov 2010 19:50:09 +0300 6987844: Incorrect width of JComboBox drop down
alexp [Mon, 15 Nov 2010 19:50:09 +0300] rev 7162
6987844: Incorrect width of JComboBox drop down Reviewed-by: anthony
Sat, 13 Nov 2010 19:31:00 +0300 6771184: Some methods in text package don't throw BadLocationException when expected
rupashka [Sat, 13 Nov 2010 19:31:00 +0300] rev 7161
6771184: Some methods in text package don't throw BadLocationException when expected Reviewed-by: peterz
Sat, 13 Nov 2010 19:22:38 +0300 6613904: javax.swing.GroupLayout.createParallelGroup(..) doesn't throw IllegalArgumentException for null arg
rupashka [Sat, 13 Nov 2010 19:22:38 +0300] rev 7160
6613904: javax.swing.GroupLayout.createParallelGroup(..) doesn't throw IllegalArgumentException for null arg Reviewed-by: peterz
Sat, 13 Nov 2010 13:04:47 +0300 6899877: JComponent.add/removeNotify() should mention that they are not supposed to be called directly
rupashka [Sat, 13 Nov 2010 13:04:47 +0300] rev 7159
6899877: JComponent.add/removeNotify() should mention that they are not supposed to be called directly Reviewed-by: alexp
Fri, 12 Nov 2010 10:49:52 -0800 Merge
lana [Fri, 12 Nov 2010 10:49:52 -0800] rev 7158
Merge
Wed, 03 Nov 2010 14:12:45 -0700 Merge
lana [Wed, 03 Nov 2010 14:12:45 -0700] rev 7157
Merge
Mon, 15 Nov 2010 18:59:32 -0800 Merge
lana [Mon, 15 Nov 2010 18:59:32 -0800] rev 7156
Merge
Fri, 12 Nov 2010 15:07:29 -0800 Merge
lana [Fri, 12 Nov 2010 15:07:29 -0800] rev 7155
Merge
Thu, 11 Nov 2010 15:27:26 +0300 6877895: Some AWT's methods should specify throwing NPE for null arg value
dcherepanov [Thu, 11 Nov 2010 15:27:26 +0300] rev 7154
6877895: Some AWT's methods should specify throwing NPE for null arg value Reviewed-by: art, anthony
(0) -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip