Changeset: 7d1b13126574
Author:mduigou
Date: 2011-03-14 14:49 -0700
URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/7d1b13126574
7014637: Improve behavior of EnumSet Iterator.remove()
Reviewed-by: mduigou, alanb
Contributed-by: Neil Richards
! src/share/classes/java/util/JumboEnum
Changeset: cb119107aeea
Author:jjg
Date: 2011-03-14 11:48 -0700
URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/cb119107aeea
7026509: Cannot use JavaCompiler to create multiple CompilationTasks for
partial compilations
Reviewed-by: mcimadamore
! src/share/classes/com/sun/too
Changeset: 1924a21184a6
Author:darcy
Date: 2011-03-14 11:45 -0700
URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/1924a21184a6
7027362: Project Coin: warn of throwing InterruptedException in
AutoCloseable.close javadoc
Reviewed-by: jjb
! src/share/classes/java/lang/AutoCloseable.j
Changeset: e2890b8369f7
Author:jjg
Date: 2011-03-14 11:42 -0700
URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/e2890b8369f7
7010608: the string 'error' should appear in error messages
Reviewed-by: mcimadamore
! src/share/classes/com/sun/tools/javac/util/BasicDiagnosticFormat
Changeset: 307b065ff2af
Author:jjg
Date: 2011-03-14 11:33 -0700
URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/307b065ff2af
7026414: Types.asElement() returns null for ErrorType
Reviewed-by: darcy
! src/share/classes/com/sun/tools/javac/model/JavacTypes.java
! test/tools/jav
Changeset: 5c978a922711
Author:vinnie
Date: 2011-03-14 17:50 +
URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/5c978a922711
6686215: Some mutables not defensively copied when deserializing
java.security.CodeSource & Timestamp objects
Reviewed-by: mullan
! src/share/classes/jav
Changeset: b708c576f201
Author:ksrini
Date: 2011-03-14 10:36 -0700
URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/b708c576f201
7027288: (launcher) remove jkernel test from MiscTests
Reviewed-by: mchung, herrick
! test/tools/launcher/MiscTests.java
Changeset: fa9d7e241517
Author:xuelei
Date: 2011-03-14 09:05 -0700
URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/fa9d7e241517
7009794: misleading text in SSLHandshakeException exception message
Summary: update the warning message
Reviewed-by: weijun
! src/share/classes/sun/securi
Hi,
Is there any update to this issue? If not, I have a simple patch as
follows:
diff -r e947a98ea3c1 src/share/classes/java/net/HttpCookie.java
--- a/src/share/classes/java/net/HttpCookie.javaThu Mar 10 17:11:08 2011
-0800
+++ b/src/share/classes/java/net/HttpCookie.javaMon Mar 14 16: