Integrated: JDK-8303798: REDO - Remove fdlibm C sources
Joe Darcy
darcy at openjdk.org
Tue Apr 4 00:00:15 UTC 2023
On Sat, 1 Apr 2023 18:08:44 GMT, Joe Darcy <darcy at 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.
This pull request has now been integrated.
Changeset: ccbb0e8d
Author: Joe Darcy <darcy at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/ccbb0e8d8927dff5a424717616468d05015cd002
Stats: 6516 lines in 64 files changed: 20 ins; 6486 del; 10 mod
8303798: REDO - Remove fdlibm C sources
Reviewed-by: alanb, iris, jwaters, erikj, kvn, dholmes
-------------
PR: https://git.openjdk.org/jdk/pull/13279
More information about the build-dev
mailing list