-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 26
-
Component/s: core-libs
-
master
-
generic
-
generic
The fix for JDK-8370503 removes the usage of LATIN1 and UTF16 in Integer.java and Long.java, so the related imports can be deleted:
import static java.lang.String.LATIN1;
import static java.lang.String.UTF16;
import static java.lang.String.LATIN1;
import static java.lang.String.UTF16;
- relates to
-
JDK-8370503 Use String.newStringWithLatin1Bytes to simplify Integer/Long toString method
-
- Resolved
-
- links to
-
Commit(master)
openjdk/jdk/d09a8cb8
-
Review(master)
openjdk/jdk/28277