RFR 8042003: java/lang/Math tests have external dependency on sun.misc.DoubleConsts and sun.misc.FloatConsts
Mandy Chung
mandy.chung at oracle.com
Mon Aug 18 19:09:56 UTC 2014
On 8/18/14 12:49 AM, Amy Lu wrote:
> There are jdk tests that have dependency on sun.misc.DoubleConsts and
> sun.misc.FloatConsts.
> This fix is to remove above internal API dependency from the tests.
>
> bug: https://bugs.openjdk.java.net/browse/JDK-8042003
> webrev: http://cr.openjdk.java.net/~ewang/amylu/JDK-8042003/webrev.00/
>
In addition to Joe's comment, DoubleUtils and FloatUtils are
needed by test/java/lang/Math/Tests.java and a few other math
tests. It may be better to include them in test/java/lang/Math
rather than in the testlibrary.
Mandy
More information about the core-libs-dev
mailing list