-
Bug
-
Resolution: Fixed
-
P3
-
9
-
b156
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8174409 | 10 | Claes Redestad | P3 | Resolved | Fixed | b01 |
java_lang_String has hash and coder fields initialized as optional, which no longer seems relevant (this appears to be a remnant of hsx, which is no longer supported)
This adds code complexity and since 9 adds the coder field there is even a potential for performance regressions compared to 8u if/when hardware branch prediction fails
This adds code complexity and since 9 adds the coder field there is even a potential for performance regressions compared to 8u if/when hardware branch prediction fails
- backported by
-
JDK-8174409 Re-examine String field optionality
-
- Resolved
-