-
Bug
-
Resolution: Fixed
-
P3
-
None
-
b158
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8175744 | 10 | Claes Redestad | P3 | Resolved | Fixed | b02 |
A small startup overhead was added as part of the compact strings work in that java.nio.charset.StandardCharsets (and all charsets defined there) are loaded in eagerly.
By short-cutting the load of StandardCharsets we can reduce number of classes loaded and code executed eagerly during VM bootstrap.
By short-cutting the load of StandardCharsets we can reduce number of classes loaded and code executed eagerly during VM bootstrap.
- backported by
-
JDK-8175744 Reduce number of Charset classes loaded on bootstrap
-
- Resolved
-
- duplicates
-
JDK-8152816 StringCoding loads too many classes
-
- Closed
-