RFR: 8291899: Zero VM is broken on MacOS after JDK-8290840 due to os::setup_fpu() is missing

Aleksey Shipilev shade at openjdk.org
Thu Aug 4 12:22:00 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

Looks fine and trivial.

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

Marked as reviewed by shade (Reviewer).

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


More information about the hotspot-runtime-dev mailing list