JDK 9 RFR of JDK-8136799 Port fdlibm cbrt to Java

joe darcy joe.darcy at oracle.com
Mon Oct 12 15:53:59 UTC 2015


Hello,

Please review the next step of porting fdlibm to Java, the cbrt method:

     JDK-8136799 Port fdlibm cbrt to Java
http://cr.openjdk.java.net/~darcy/8136799.3/

A few points of note about the port, there is a transliteration port in 
the test area for comparison purposes. I also ran these tests against an 
8 update release where fdlibm is in C; this helps verify the 
transliteration port is correct. The small updates to constrain the 
@build directive in the tests to just the random number library allow 
the regression tests to be run out-of-the-box against JDK 8 as well as 
JDK 9.

Thanks,

-Joe



More information about the core-libs-dev mailing list