[security-dev 01294]: Re: Need reviewer for 6883983: JarVerifier dependency on sun.security.pkcs should be removed

2009-10-13 Thread Xueming Shen
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

[security-dev 01295]: Need reviewer for 6883983: JarVerifier dependency on sun.security.pkcs should be removed

2009-10-13 Thread Alan Bateman
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

[security-dev 01296]: hg: jdk7/tl/langtools: 6887895: CONSTANT_Class_info getBaseName does not handle arrays of primitives correctly

2009-10-13 Thread jonathan . gibbons
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

[security-dev 01297]: hg: jdk7/tl/jdk: 6648344: (reflect spec) State default of isAccessible for reflective objects

2009-10-13 Thread joe . darcy
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

[security-dev 01298]: hg: jdk7/tl/langtools: 6891079: Compiler allows invalid binary literals 0b and oBL

2009-10-13 Thread jonathan . gibbons
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/

[security-dev 01299]: hg: jdk7/tl/jdk: 6349921: (enum) Include links from java.lang.Enum to EnumSet and EnumMap

2009-10-13 Thread joe . darcy
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