-
Enhancement
-
Resolution: Won't Fix
-
P4
-
None
-
None
-
None
Using ByteArrayLittleEndian from JDK-8300235 is simpler and faster for fetching multi-byte values. ZipFileOpen.openCloseZipFile benchmarks takes about ~7% less time. See https://github.com/openjdk/jdk/pull/14632 for details.
- relates to
-
JDK-8310843 Reimplement ByteArray and ByteArrayLittleEndian with Unsafe
- New
-
JDK-8341594 Use Unsafe to coalesce reads in java.util.zip.ZipUtils
- Resolved
- links to
-
Review openjdk/jdk/14632