-
Type:
Enhancement
-
Resolution: Unresolved
-
Priority:
P4
-
None
-
Affects Version/s: None
-
Component/s: core-libs
The commonly used Base64.Encoder#encodeToString method can use JavaLangAccess#uncheckedNewStringWithLatin1Bytes to avoid a byte array copy, similar to how it's done in classes such as HexFormat, UUID, and DataInputStream.
- links to
-
Review(master)
openjdk/jdk/29920