-
Bug
-
Resolution: Fixed
-
P4
-
11
-
b15
-
Verified
There are several places in the sun.tools.jar.Main where we currently don't properly close the resources in a try/finally block. Also, the extract implementation against a JAR file, currently uses ZipInputStream while extracting the entries. We should switch to using ZipFile in that part of the implementation like we do for other operations against a JAR file, in the sun.tools.jar.Main code.
- relates to
-
JDK-8335914 Enhance the jar command documentation to the use cases for ZipFile vs ZipInputStream
-
- Closed
-
- links to
-
Commit(master) openjdk/jdk/8fce5275
-
Review(master) openjdk/jdk/20928