RFR 8042003: java/lang/Math tests have external dependency on sun.misc.DoubleConsts and sun.misc.FloatConsts

Amy Lu amy.lu at oracle.com
Thu Aug 21 01:39:14 UTC 2014


On 8/21/14, 8:54 AM, Mandy Chung wrote:
>
> On 8/20/2014 6:26 AM, Amy Lu wrote:
>> Patch updated: 
>> http://cr.openjdk.java.net/~ewang/amylu/JDK-8042003/webrev.02/ 
>
> test/java/lang/Double/ParseHexFloatingPoint.java
No dependency on the new DoubleConsts.
Previous dependency on sun.misc.DoubleConsts have been replaced with 
java.lang.Double

> test/java/lang/Double/ToHexString.java
This one has dependency on the new DoubleConsts.

28: * @library ../Math
29: * @build DoubleConsts
85:                    DoubleConsts.EXP_BIAS;

Thanks,
Amy
> - they don't depend on DoubleConsts, do they?
>
> Otherwise, looks good.
>
> Mandy
>
>




More information about the core-libs-dev mailing list