-
Bug
-
Resolution: Fixed
-
P2
-
7
-
b109
-
generic
-
generic
-
Verified
The specification for java.util.jar.Pack200.Packer states since JDK7 b100:
http://download.java.net/jdk7/docs/api/java/util/jar/Pack200.Packer.html#SEGMENT_LIMIT
"The default is -1, which means the packer will always create a single segment output file."
However the call Pack200.newPacker().properties().get(Packer.SEGMENT_LIMIT) returns empty string instead of -1.
http://download.java.net/jdk7/docs/api/java/util/jar/Pack200.Packer.html#SEGMENT_LIMIT
"The default is -1, which means the packer will always create a single segment output file."
However the call Pack200.newPacker().properties().get(Packer.SEGMENT_LIMIT) returns empty string instead of -1.
- relates to
-
JDK-6575373 Error verifying signatures of pack200 files in some cases
- Closed