test/jdk/internal/math/FloatingDecimal/TestFDBigInteger.java

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

@@ -21,17 +21,17 @@
  * questions.
  */
 
 import java.math.BigInteger;
 import java.util.Random;
-import sun.misc.FDBigInteger;
+import jdk.internal.math.FDBigInteger;
 
 /**
  * @test
  * @bug 7032154
- * @summary unit testys of sun.misc.FDBigInteger
- * @modules java.base/sun.misc
+ * @summary unit testys of FDBigInteger
+ * @modules java.base/jdk.internal.math
  * @author Dmitry Nadezhin
  */
 public class TestFDBigInteger {
 
     private static final int MAX_P5 = 413;