Integrated: 8266950: Remove vestigial support for non-strict floating-point execution
David Holmes
dholmes at openjdk.java.net
Tue Jun 1 22:07:33 UTC 2021
On Wed, 12 May 2021 05:33:14 GMT, David Holmes <dholmes at openjdk.org> wrote:
> 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.
>
> There are still some names that include "strict" that could potentially be renamed to remove it, but the fact we have to have strict fp semantics is still important on some platforms, so the names help reinforce that IMO.
>
> Testing: tiers 1-3
>
> Thanks,
> David
This pull request has now been integrated.
Changeset: cb7128b5
Author: David Holmes <dholmes at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/cb7128b58e02fa0a8dd69e9a9bdd587aa8052d73
Stats: 324 lines in 43 files changed: 15 ins; 231 del; 78 mod
8266950: Remove vestigial support for non-strict floating-point execution
Co-authored-by: Vladimir Ivanov <vlivanov at openjdk.org>
Reviewed-by: vlivanov, kvn
-------------
PR: https://git.openjdk.java.net/jdk/pull/3991
More information about the hotspot-compiler-dev
mailing list