RFR: 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 12:09:36 UTC 2022


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

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

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

Changes: https://git.openjdk.org/jdk/pull/9744/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=9744&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8291899
  Stats: 2 lines in 1 file changed: 2 ins; 0 del; 0 mod
  Patch: https://git.openjdk.org/jdk/pull/9744.diff
  Fetch: git fetch https://git.openjdk.org/jdk pull/9744/head:pull/9744

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


More information about the hotspot-runtime-dev mailing list