JDK-8264273 : macOS: zero VM is broken due to no member named 'is_cpu_emulated' after JDK-8261966
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 17
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: os_x
  • CPU: x86
  • Submitted: 2021-03-26
  • Updated: 2021-04-01
  • Resolved: 2021-03-27
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 17
17 b16Fixed
Related Reports
Relates :  
Description
* For target hotspot_variant-zero_libjvm_objs_os.o:
/Users/fool/df/jdk/src/hotspot/share/runtime/os.cpp:1037:20: error: no member named 'is_cpu_emulated' in 'VM_Version'
   if (VM_Version::is_cpu_emulated()) {
       ~~~~~~~~~~~~^
1 error generated.
* For target hotspot_variant-zero_libjvm_objs_os_bsd.o:
/Users/fool/df/jdk/src/hotspot/os/bsd/os_bsd.cpp:1408:19: error: no member named 'is_cpu_emulated' in 'VM_Version'
  if (VM_Version::is_cpu_emulated()) {
      ~~~~~~~~~~~~^
1 error generated.

* All command lines available in /Users/fool/df/jdk/build/macosx-x86_64-zero-fastdebug/make-support/failure-logs.

Comments
Changeset: 38e0a58f Author: Jie Fu <jiefu@openjdk.org> Date: 2021-03-27 09:54:11 +0000 URL: https://git.openjdk.java.net/jdk/commit/38e0a58f
27-03-2021