[jdk11u-dev] RFR: 8252250: isnanf is obsolete
Aleksei Voitylov
avoitylov at openjdk.java.net
Thu Mar 3 08:35:27 UTC 2022
JDK-8252250 is in the first batch of a chain of backports for Alpine support to 11u as discussed in the mailing list. For the full set of anticipated changes please refer to the jdk-updates mailing list [1].
Unlike original changeset this backport also changes src/java.base/unix/native/libjava/jdk_util_md.h because it also contains isnanf, which was removed in JDK16 by "JDK-8249612: Remove unused ISNANF and ISNAND from jdk_util_md.h" after removing its usage by "JDK-8199424: consider removing ObjectInputStream and ObjectOutputStream native methods" in JDK14.
Testing: JCK + JTreg on Windows, Linux, Solaris, Mac without regressions.
[1] https://mail.openjdk.java.net/pipermail/jdk-updates-dev/2022-February/012271.html
-------------
Commit messages:
- backport of JDK-8252250 to 11u
Changes: https://git.openjdk.java.net/jdk11u-dev/pull/851/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk11u-dev&pr=851&range=00
Issue: https://bugs.openjdk.java.net/browse/JDK-8252250
Stats: 2 lines in 2 files changed: 0 ins; 0 del; 2 mod
Patch: https://git.openjdk.java.net/jdk11u-dev/pull/851.diff
Fetch: git fetch https://git.openjdk.java.net/jdk11u-dev pull/851/head:pull/851
PR: https://git.openjdk.java.net/jdk11u-dev/pull/851
More information about the jdk-updates-dev
mailing list