RFR: 8264273: macOS: zero VM is broken due to no member named 'is_cpu_emulated' after JDK-8261966
David Holmes
dholmes at openjdk.java.net
Mon Mar 29 05:21:26 UTC 2021
On Sat, 27 Mar 2021 09:53:18 GMT, Jie Fu <jiefu at openjdk.org> wrote:
>> LGTM.
>
> Thanks @iklam and @VladimirKempik for your review.
Why is the member missing under a Zero build? Whether or not the CPU is emulated is a feature of the OS and the binary - the compiler/interpreter mode is not relevant. This looks like the wrong fix to me.
-------------
PR: https://git.openjdk.java.net/jdk/pull/3216
More information about the hotspot-runtime-dev
mailing list