-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: 7
-
Component/s: core-libs
-
b17
-
generic
-
generic
-
Verified
| Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
|---|---|---|---|---|---|---|
| JDK-2217806 | 7u4 | Xueming Shen | P4 | Closed | Fixed | b06 |
java.util.zip.Adler32.java does not offer an API that accepts at ByteBuffer,
you are (as of 7u1) required to copy the DirectBuffer into a Java byte[], then call
Adler32's update() API (that's limited to byte[]). Which might have significant performance impacr for some applications.
you are (as of 7u1) required to copy the DirectBuffer into a Java byte[], then call
Adler32's update() API (that's limited to byte[]). Which might have significant performance impacr for some applications.
- backported by
-
JDK-2217806 Provide a mechanism for computing an Adler32 checksum for the contents of a ByteBuffer
-
- Closed
-