JDK 9 RFR of JDK-8136799 Port fdlibm cbrt to Java (original) (raw)

Brian Burkhalter brian.burkhalter at oracle.com
Wed Oct 14 20:34:38 UTC 2015


Hi Joe,

On Oct 12, 2015, at 8:53 AM, joe darcy <joe.darcy at oracle.com> wrote:

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/

FdLibm.java:

CubeRootTests.java:

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.

That all sounds good.

Reviewed: +1.

Brian



More information about the core-libs-dev mailing list