RFR: 8266950: Remove vestigial support for non-strict floating-point execution
Jie Fu
jiefu at openjdk.java.net
Mon May 24 06:18:14 UTC 2021
On Mon, 24 May 2021 00:39:37 GMT, David Holmes <david.holmes at oracle.com> wrote:
> > Right I just tracked that through before seeing this email. The fmul
> > uses the non-tmp version but later all lir_mul are assumed the same.
>
> compiler/c1/Test6855215.java passed on x86_32 with the latest version.
>
> More testing on x86_32 is in progress.
> Will let you know once finished.
All the tests passed on our Linux/x86_{64, 32}, no regression.
Thanks.
-------------
PR: https://git.openjdk.java.net/jdk/pull/3991
More information about the hotspot-compiler-dev
mailing list