Code Review Request: 7126993: JCK test api/java_util/jar/Jarfile jarFile0129 failing [macosx] (original) (raw)
Kurchi Hazra kurchi.subhra.hazra at oracle.com
Thu Jan 19 10:56:40 PST 2012
- Previous message: [jdk7u-osx] Request for approval for 7122246: [macosx] JCK swing test CaretTests fails in b205
- Next message: Code Review Request: 7126993: JCK test api/java_util/jar/Jarfile jarFile0129 failing [macosx]
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi,
JCK tests api/java_util/jar/Jarfile and api/java_util/zip/ZipFile were both failing on Mac because the OPEN_DELETE flag sets the JVM_O_DELETE flag in native code, and the value of JVM_O_DELETE was changed from 0x10000 to0x10000000 for Mac OS. The JVM_O_DELETE flag is only used in src/share/native/java/util/zip/ZipFile.c and hence this change should be safe.
Bug : http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7126993
Webrev : http://cr.openjdk.java.net/~khazra/7126993/webrev.00/
Thanks, Kurchi
- Previous message: [jdk7u-osx] Request for approval for 7122246: [macosx] JCK swing test CaretTests fails in b205
- Next message: Code Review Request: 7126993: JCK test api/java_util/jar/Jarfile jarFile0129 failing [macosx]
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]