RFR: 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 13:30:31 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.

Yes, it does. But I included it in my [jdk-profiling-tester](https://github.com/parttimenerd/jdk-profiling-tester) to find crashes causes by AsyncGetCallTrace.

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

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


More information about the hotspot-runtime-dev mailing list