diff -r 24904e14794b -r b095f437af22 src/java.base/share/classes/java/text/ChoiceFormat.java --- a/src/java.base/share/classes/java/text/ChoiceFormat.java Wed Aug 01 12:36:02 2018 +0530 +++ b/src/java.base/share/classes/java/text/ChoiceFormat.java Wed Aug 01 18:02:25 2018 +0530 @@ -554,10 +554,6 @@ */ private String[] choiceFormats; - static final long SIGN = 0x8000000000000000L; - static final long EXPONENT = 0x7FF0000000000000L; - static final long POSITIVEINFINITY = 0x7FF0000000000000L; - /** * Finds the least double greater than {@code d} (if {@code positive} is * {@code true}), or the greatest double less than {@code d} (if