-
Enhancement
-
Resolution: Fixed
-
P4
-
None
-
b55
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8084019 | emb-9 | Martin Buchholz | P4 | Resolved | Fixed | team |
We are currently checking PK signatures by inefficiently reading into a 32-bit int and then comparing.
Instead, comparing byte-by-byte is more efficient (and readable), especially when there is a miss.
http://cr.openjdk.java.net/~martin/webrevs/openjdk9/PKsig/
Instead, comparing byte-by-byte is more efficient (and readable), especially when there is a miss.
http://cr.openjdk.java.net/~martin/webrevs/openjdk9/PKsig/
- backported by
-
JDK-8084019 Use more efficient and readable way of checking PKZIP signatures
-
- Resolved
-