JDK-8316708 : Augment WorstCaseTests with more cases
  • Type: Enhancement
  • Component: core-libs
  • Sub-Component: java.lang
  • Affected Version: 22
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2023-09-22
  • Updated: 2025-10-22
  • Resolved: 2024-03-01
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 23
23 b13Fixed
Related Reports
Relates :  
Relates :  
Relates :  
Relates :  
Relates :  
Relates :  
Description
A new paper 

 "Accuracy of Mathematical Functions in Single, Double, Double Extended, and Quadruple Precision"
by Brian Gladman, Vincenzo Innocente and Paul Zimmermann

details the inputs with generate the worst-case observed errors in different math library implementations. The FDLIBM-related worst cases should be added to the test suite.

Comments
A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jdk/pull/15879 Date: 2023-09-22 05:36:02 +0000
17-10-2024

Changeset: 7f02f07f Author: Joe Darcy <darcy@openjdk.org> Date: 2024-03-01 19:30:35 +0000 URL: https://git.openjdk.org/jdk/commit/7f02f07f754c942735ba15d70858cd1661a658c0
01-03-2024

High-precision math library results computed with http://www.apfloat.org/calculator/.
28-02-2024