JDK-8325438 : Add exhaustive tests for Math.round intrinsics
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 22,23
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • OS: generic
  • CPU: generic
  • Submitted: 2024-02-07
  • Updated: 2024-02-08
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.
Other
tbdUnresolved
Related Reports
Relates :  
Description
During the development of RoundVF/RoundF, we faced the issues which were only spotted by running test  exhaustively against 32/64 bits range of int/long.
It's helpful to add these exhaustive tests in jdk for future possible usage, rather than build it everytime when needed.
Of course, we need to put it in `manual` mode, so it's not run when `-automatic` jtreg option is specified which I guess is the mode CI used, please correct me if I'm assume incorrectly.
Comments
A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/17753 Date: 2024-02-07 16:07:02 +0000
07-02-2024