Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8082770 | emb-9 | Jiangli Zhou | P3 | Resolved | Fixed | team |
The G1StringDedupTable::deduplicate() always reset String hash value. That's unnecessary. It should only set the hash if it's not already contained in the String.
- backported by
-
JDK-8082770 G1StringDedupTable::deduplicate() reset String hash value unnecessarily
- Resolved