On Sat, 1 Apr 2023 18:08:44 GMT, Joe Darcy <da...@openjdk.org> wrote:
> This PR is a redo of JDK-8302801: Remove fdlibm C sources. The problem with > JDK-8302801 was that it neglected (mea culpa) to include a Java > implementation of IEEEremainder before the FDLIBM C implementation was > deleted. Such an implementation has been successfully provided under > JDK-8304028: Port fdlibm IEEEremainder to Java. After JDK-8304028, there are > no native methods left in StrictMath. > > This PR is the same as JDK-8302801 other than StrictMath.c already being > removed under JDK-8304028. Marked as reviewed by dholmes (Reviewer). ------------- PR Review: https://git.openjdk.org/jdk/pull/13279#pullrequestreview-1369828371