Re: JDK 9 RFR of JDK-8136874: Bug in port of fdlibm pow to Java

2015-09-30 Thread Brian Burkhalter
Hi Joe, On Sep 25, 2015, at 10:33 AM, joe darcy wrote: > Full webrev of the changes up at > >JDK-8136874: Bug in port of fdlibm pow to Java - Java Bug System >http://cr.openjdk.java.net/~darcy/8136874.0/ > > The bulk of the changeset is a new battery of tests including the failing > v

JDK 9 RFR of JDK-8136874: Bug in port of fdlibm pow to Java

2015-09-25 Thread joe darcy
Hello, After a good amount of staring at the code, I was able to figure out the cause of the previously reported problem in the initial port of FDLIBM pow to Java: http://mail.openjdk.java.net/pipermail/core-libs-dev/2015-September/035276.html In brief, I had replaced some magnitude comparis