JDK-8303798 : REDO - Remove fdlibm C sources
  • Type: Sub-task
  • Component: core-libs
  • Sub-Component: java.lang
  • Affected Version: 21
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2023-03-08
  • Updated: 2023-04-10
  • Resolved: 2023-04-03
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 21
21 b17Fixed
Related Reports
Cloners :  
Relates :  
Relates :  
Relates :  
Relates :  
Description
REDO of JDK-8302801 after the IEEEremainder omission is fixed.

This change can include update the description in StrictMath:

"These algorithms, which are written in the C programming language, are then to be understood as executed with all floating-point operations following the rules of Java floating-point arithmetic. "

to include the mappings used during the transliteration:

* C unsigned int => Java int, >> on unsigned C values replaced with >>>, comparison of unsigned values replaced with Integer.compareUnsigned.
* Pointer aliasing or unions replaced with Double.doubleToRawLongBits and Double.longBitsToDouble.
Comments
Changeset: ccbb0e8d Author: Joe Darcy <darcy@openjdk.org> Date: 2023-04-03 23:57:01 +0000 URL: https://git.openjdk.org/jdk/commit/ccbb0e8d8927dff5a424717616468d05015cd002
03-04-2023

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/13279 Date: 2023-04-01 18:08:44 +0000
01-04-2023