-
Bug
-
Resolution: Fixed
-
P4
-
7
-
None
-
b66
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2181425 | OpenJDK6 | Martin Buchholz | P3 | Resolved | Fixed | b17 |
- Use standard jdk coding style for javadoc
- Don't create a temp file for jar index in STORED mode.
- Don't use synchronized collections.
- Fix javac warnings.
- Don't define new names for things like INDEX_NAME;
use static import instead.
- more efficiently compare special file names in update mode.
Update mode should be measurably faster.
- make CRC32OutputStream a nested class.
refactor crc32.reset and updating entry into CRC32OutputStream.
- Fix apparently benign bug updating n in CRC32OutputStream.write(byte[], int, int)
- Don't create a temp file for jar index in STORED mode.
- Don't use synchronized collections.
- Fix javac warnings.
- Don't define new names for things like INDEX_NAME;
use static import instead.
- more efficiently compare special file names in update mode.
Update mode should be measurably faster.
- make CRC32OutputStream a nested class.
refactor crc32.reset and updating entry into CRC32OutputStream.
- Fix apparently benign bug updating n in CRC32OutputStream.write(byte[], int, int)
- backported by
-
JDK-2181425 Miscellaneous improvements to "jar".
- Resolved
- relates to
-
JDK-7033658 TEST: tools/jar/index/MetaInf.java fails on jdk6
- Closed