Integrated: 8284752: Zero does not build on Mac OS X due to missing os::current_thread_enable_wx implementation

Johannes Bechberger duke at openjdk.java.net
Tue Apr 12 23:28:25 UTC 2022


On Tue, 12 Apr 2022 11:31:03 GMT, Johannes Bechberger <duke at openjdk.java.net> wrote:

> Adds an implementation of the missing method (guarded with `defined(AARCH64) && defined(__APPLE__)`) and fixes the compilation issues on Mac M1.

This pull request has now been integrated.

Changeset: bc12e861
Author:    Johannes Bechberger <johannes.bechberger at sap.com>
Committer: David Holmes <dholmes at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/bc12e8616d1a28ab8504bcb6edc06783748cc797
Stats:     6 lines in 1 file changed: 6 ins; 0 del; 0 mod

8284752: Zero does not build on Mac OS X due to missing os::current_thread_enable_wx implementation

Reviewed-by: dholmes

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

PR: https://git.openjdk.java.net/jdk/pull/8200


More information about the hotspot-runtime-dev mailing list