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