-
Bug
-
Resolution: Fixed
-
P2
-
7u6
-
b01
-
b22
-
generic
-
generic
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2226868 | 8 | Kumar Srinivasan | P3 | Closed | Fixed | b49 |
JDK-8018879 | 7u45 | Xueming Shen | P2 | Closed | Fixed | b01 |
This is a regression reported on jdk7u-dev here:
http://mail.openjdk.java.net/pipermail/jdk7u-dev/2012-July/003722.html
Basically "pack200 -repack foo.jar" fails as follows since 7u5 b01
Exception in thread "main" java.lang.NullPointerException
at com.sun.java.util.jar.pack.Driver.createTempFile(Driver.java:389)
at com.sun.java.util.jar.pack.Driver.main(Driver.java:244)
The issue is Driver.createTempFile attempts to call Files.createTempFile with where.toPath but "where" is null when the argument is a simple file name.
http://mail.openjdk.java.net/pipermail/jdk7u-dev/2012-July/003722.html
Basically "pack200 -repack foo.jar" fails as follows since 7u5 b01
Exception in thread "main" java.lang.NullPointerException
at com.sun.java.util.jar.pack.Driver.createTempFile(Driver.java:389)
at com.sun.java.util.jar.pack.Driver.main(Driver.java:244)
The issue is Driver.createTempFile attempts to call Files.createTempFile with where.toPath but "where" is null when the argument is a simple file name.
- backported by
-
JDK-8018879 (pack200) pack200 --repack throws NullPointerException when JAR file specified without path
-
- Closed
-
-
JDK-2226868 (pack200) pack200 --repack throws NullPointerException when JAR file specified without path
-
- Closed
-