test/java/util/Formatter/BasicDouble.java

Print this page
rev 13339 : Move sun.misc math support classes to jdk.internal.math

@@ -34,11 +34,11 @@
 import java.math.BigDecimal;
 import java.math.BigInteger;
 import java.text.DateFormatSymbols;
 import java.util.*;
 
-import sun.misc.DoubleConsts;
+import jdk.internal.math.DoubleConsts;
 
 
 import static java.util.Calendar.*;
 
 

@@ -1084,10 +1084,14 @@
 
 
 
 
 
+
+
+
+