JDK-8269649 : Release Note: JEP 306: Restore Always-Strict Floating-Point Semantics
  • Type: Sub-task
  • Component: specification
  • Sub-Component: language
  • Affected Version: 17
  • Priority: P4
  • Status: Closed
  • Resolution: Delivered
  • Submitted: 2021-06-30
  • Updated: 2021-12-02
  • Resolved: 2021-12-02
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
17Resolved
Description
Floating-point operations are now consistently _strict_, rather than having both "strict" floating-point semantics (`strictfp`) and subtly different "default" floating-point semantics. This restores the original floating-point semantics of the language and VM, matching the semantics before the introduction of "strict" and "default" floating-point modes in Java SE 1.2.

For further details, see [JEP 306](https://openjdk.java.net/jeps/306).
Comments
Made some grammatical changes.
30-06-2021