src/java.base/share/classes/java/lang/Double.java

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

*** 23,34 **** * questions. */ package java.lang; ! import sun.misc.FloatingDecimal; ! import sun.misc.DoubleConsts; import jdk.internal.HotSpotIntrinsicCandidate; /** * The {@code Double} class wraps a value of the primitive type * {@code double} in an object. An object of type --- 23,34 ---- * questions. */ package java.lang; ! import jdk.internal.math.FloatingDecimal; ! import jdk.internal.math.DoubleConsts; import jdk.internal.HotSpotIntrinsicCandidate; /** * The {@code Double} class wraps a value of the primitive type * {@code double} in an object. An object of type