JDK-8270476 : Make floating-point test infrastructure more lambda and method reference friendly
  • Type: Enhancement
  • Component: core-libs
  • Sub-Component: java.lang
  • Affected Version: 17
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2021-07-14
  • Updated: 2024-08-02
  • Resolved: 2022-01-27
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 11 JDK 17 JDK 19
11.0.26-oracleFixed 17.0.7-oracleFixed 19 b08Fixed
Related Reports
Relates :  
Description
The shared floating-point test infrastructure in test/jdk/java/lang/Math/Tests.java does not directly support lambdas and method references to indicate which method to test. Overrides that supported that functionality would encourage a more up-to-date coding style.
Comments
Fix request [17u] I backport this for parity with 17.0.7-oracle. No risk, only a test change. Clean backport. Tests pass. SAP nightly testing passed.
04-01-2023

A pull request was submitted for review. URL: https://git.openjdk.org/jdk17u-dev/pull/1016 Date: 2023-01-01 19:22:29 +0000
01-01-2023

Changeset: 40a2ce20 Author: Joe Darcy <darcy@openjdk.org> Date: 2022-01-27 22:57:09 +0000 URL: https://git.openjdk.java.net/jdk/commit/40a2ce20334207b542d18f52e26bf418bf29c9ca
27-01-2022

A pull request was submitted for review. URL: https://git.openjdk.java.net/jdk/pull/7216 Date: 2022-01-25 21:40:15 +0000
25-01-2022