Details
-
Enhancement
-
Resolution: Fixed
-
P4
-
None
-
b26
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8254247 | 11.0.10-oracle | Unassigned | P4 | Resolved | Fixed | b01 |
JDK-8255051 | 11.0.10 | Unassigned | P4 | Resolved | Fixed | b01 |
Description
It's a followup fix after JDK-8233884.
First, instead of specifying the name of a standard charset, use pre-created Charset constants.
Second, avoid use of java.nio.charset.StandardCharsets.* constants, and use sun.nio.cs.xxx.INSTANCE instead.
First, instead of specifying the name of a standard charset, use pre-created Charset constants.
Second, avoid use of java.nio.charset.StandardCharsets.* constants, and use sun.nio.cs.xxx.INSTANCE instead.
Attachments
Issue Links
- backported by
-
JDK-8254247 Avoid looking up standard charsets in core libraries
- Resolved
-
JDK-8255051 Avoid looking up standard charsets in core libraries
- Resolved
- relates to
-
JDK-8233884 Avoid looking up standard charsets in security libraries
- Resolved
- links to