Integrated: 8319973: AArch64: Save and restore FPCR in the call stub

Andrew Haley aph at openjdk.org
Mon Nov 20 16:40:52 UTC 2023


On Mon, 13 Nov 2023 18:18:35 GMT, Andrew Haley <aph at openjdk.org> wrote:

> On AArch64 we don't save and restore the default floating-point control state when we enter and leave Java code. We really should, because if we're called via the JNI invocation interface with a weird FP control state we'll not be Java compatible.

This pull request has now been integrated.

Changeset: 6e86904a
Author:    Andrew Haley <aph at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/6e86904a94d2ed2815aa6e3364c048dac595320d
Stats:     34 lines in 4 files changed: 28 ins; 0 del; 6 mod

8319973: AArch64: Save and restore FPCR in the call stub

Reviewed-by: adinn, stuefe

-------------

PR: https://git.openjdk.org/jdk/pull/16637


More information about the hotspot-dev mailing list