lana [Thu, 04 Nov 2010 15:39:43 -0700] rev 7205
Merge
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
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
duke [Wed, 05 Jul 2017 17:28:01 +0200] rev 7202
Merge
cl [Mon, 22 Nov 2010 14:57:17 -0800] rev 7201
Added tag jdk7-b119 for changeset 80bacb622b68
duke [Wed, 05 Jul 2017 17:27:58 +0200] rev 7200
Merge
cl [Mon, 22 Nov 2010 14:57:16 -0800] rev 7199
Added tag jdk7-b119 for changeset 1db26590e632
duke [Wed, 05 Jul 2017 17:27:55 +0200] rev 7198
Merge
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
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
lana [Sat, 13 Nov 2010 18:39:26 -0800] rev 7195
Merge
lana [Thu, 04 Nov 2010 14:05:29 -0700] rev 7194
Merge
duke [Wed, 05 Jul 2017 17:27:51 +0200] rev 7193
Merge
ksrini [Mon, 29 Nov 2010 13:38:12 -0800] rev 7192
7003227: (pack200) intermittent failures compiling pack200
Reviewed-by: jjg
lana [Mon, 15 Nov 2010 19:05:15 -0800] rev 7191
Merge
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
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
chegar [Mon, 15 Nov 2010 15:11:04 +0000] rev 7188
6993789: LinkedBlockingDeque iterator/descendingIterator loops and owns lock forever
Reviewed-by: dl, dholmes
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
darcy [Sun, 14 Nov 2010 07:22:39 -0800] rev 7186
6991528: Support making Throwable.suppressedExceptions immutable
Reviewed-by: mchung, dholmes
lana [Sat, 13 Nov 2010 18:56:50 -0800] rev 7185
Merge
lancea [Fri, 12 Nov 2010 08:41:03 -0500] rev 7184
6999086: Clarify that SyncFactory.setLogger can throw an NullPointerException
Reviewed-by: alanb
weijun [Fri, 12 Nov 2010 21:33:14 +0800] rev 7183
6960894: Better AS-REQ creation and processing
Reviewed-by: valeriep
lancea [Fri, 12 Nov 2010 07:15:47 -0500] rev 7182
6982530: javadoc update to SyncFactory & JdbcResource bundle for synchronization issues
Reviewed-by: alanb
mduigou [Thu, 11 Nov 2010 11:02:32 -0800] rev 7181
Merge
mduigou [Thu, 11 Nov 2010 11:01:25 -0800] rev 7180
6465367: (coll) Typo in TreeMap documentation
Reviewed-by: alanb, briangoetz
weijun [Thu, 11 Nov 2010 15:51:12 +0800] rev 7179
6987827: security/util/Resources.java needs improvement
Reviewed-by: valeriep
alanb [Tue, 09 Nov 2010 18:57:12 +0000] rev 7178
Merge
alanb [Tue, 09 Nov 2010 18:56:39 +0000] rev 7177
6979009: (fc) FileChannel.read() fails to throw ClosedByInterruptException
Reviewed-by: forax, sherman, chegar
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
weijun [Tue, 09 Nov 2010 08:34:11 +0800] rev 7175
6952519: kdc_timeout is not being honoured when using TCP
Reviewed-by: valeriep
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