Integrated: 8291899: Zero VM is broken on MacOS after JDK-8290840 due to os::setup_fpu() is missing
Jie Fu
jiefu at openjdk.org
Thu Aug 4 22:27:35 UTC 2022
On Thu, 4 Aug 2022 12:02:01 GMT, Jie Fu <jiefu at openjdk.org> wrote:
> Hi all,
>
> Zero VM fails to build on MacOS after JDK-8290840 due to `os::setup_fpu()` is missing.
> The fix just adds the definition of it for macos.
>
> Thanks.
> Best regards,
> Jie
This pull request has now been integrated.
Changeset: 1edc2455
Author: Jie Fu <jiefu at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/1edc24557482e04800e774bb3702e3de31783e60
Stats: 2 lines in 1 file changed: 2 ins; 0 del; 0 mod
8291899: Zero VM is broken on MacOS after JDK-8290840 due to os::setup_fpu() is missing
Reviewed-by: shade
-------------
PR: https://git.openjdk.org/jdk/pull/9744
More information about the hotspot-runtime-dev
mailing list