approved.
Alan Bateman wrote:
I need a reviewer for this trivial change to the JAR verification
code. In the JAR verification code it catches
sun.security.pkcs.ParsingException (it's been there forever). As the
code also catches IOException (and ParsingException is an IOException)
it looks l
I need a reviewer for this trivial change to the JAR verification code.
In the JAR verification code it catches
sun.security.pkcs.ParsingException (it's been there forever). As the
code also catches IOException (and ParsingException is an IOException)
it looks like this dependency can be safely
Changeset: e526e39579ae
Author:jjg
Date: 2009-10-13 14:02 -0700
URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/e526e39579ae
6887895: CONSTANT_Class_info getBaseName does not handle arrays of primitives
correctly
Reviewed-by: ksrini
! src/share/classes/com/sun/tools/classfil
Changeset: 9d240dbadaa3
Author:darcy
Date: 2009-10-13 14:08 -0700
URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/9d240dbadaa3
6648344: (reflect spec) State default of isAccessible for reflective objects
Reviewed-by: alanb
! src/share/classes/java/lang/reflect/AccessibleObject.java
Changeset: 8a4543b30586
Author:jjg
Date: 2009-10-13 15:26 -0700
URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/8a4543b30586
6891079: Compiler allows invalid binary literals 0b and oBL
Reviewed-by: darcy
! src/share/classes/com/sun/tools/javac/parser/Scanner.java
! src/share/
Changeset: 151baf5e19ca
Author:darcy
Date: 2009-10-13 17:34 -0700
URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/151baf5e19ca
6349921: (enum) Include links from java.lang.Enum to EnumSet and EnumMap
Reviewed-by: martin
! src/share/classes/java/lang/Enum.java