JDK-8266950 : Remove vestigial support for non-strict floating-point execution
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 17
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2021-05-12
  • Updated: 2024-02-06
  • Resolved: 2021-06-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 17
17 b25Fixed
Related Reports
Relates :  
Relates :  
Description
As part of JEP 306, the vestiges of HotSpot support for non-strict floating-point execution can be removed. All methods implicitly have strictfp semantics so the explicit checks for is_strict() can be replaced by true and the code reformulated accordingly.
Comments
Changeset: cb7128b5 Author: David Holmes <dholmes@openjdk.org> Date: 2021-06-01 22:04:02 +0000 URL: https://git.openjdk.java.net/jdk/commit/cb7128b58e02fa0a8dd69e9a9bdd587aa8052d73
01-06-2021