Changeset: 54d9513f87a4
Author:mchung
Date: 2011-04-15 23:42 -0700
URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/54d9513f87a4
7032589: FileHandler leaking file descriptor of the file lock
Reviewed-by: forax, dcubed
! src/share/classes/java/util/logging/FileHandler.java
Changeset: 131ed7967996
Author:valeriep
Date: 2011-04-15 15:56 -0700
URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/131ed7967996
7035115: sun/security/pkcs11/Provider/ConfigShortPath.java compilation failed
Summary: Updated the test to use reflection and skip when SunPKCS11 provide
On 04/14/11 05:56 PM, Michael McMahon wrote:
Chris Hegarty wrote:
Alan, Michael,
This is an old issue. JAR URLs may not compare equal when their
enclosing URL's are. The reason is that
URLStreamHandle.equals(URL,URL) and sameFile(URL,URL) doesn't know
about the composite URL syntax used by JA