JDK-8252887 : Zero VM is broken after JDK-8252661
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 16
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2020-09-07
  • Updated: 2024-11-22
  • Resolved: 2020-09-08
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 16
16 b15Fixed
Related Reports
Relates :  
Description
/jdk/src/hotspot/share/interpreter/zero/bytecodeInterpreter.cpp: In static member function 'static void BytecodeInterpreter::run(interpreterState)':
/jdk/src/hotspot/share/interpreter/zero/bytecodeInterpreter.cpp:109:36: error: 'block_if_requested' is not a member of 'SafepointMechanism'
        CALL_VM(SafepointMechanism::block_if_requested(THREAD), handle_exception); \
                                    ^~~~~~~~~~~~~~~~~~
/jdk/src/hotspot/share/interpreter/zero/bytecodeInterpreter.cpp:361:9: note: in definition of macro 'CALL_VM_NAKED_LJF'
         func;                                                      \
         ^~~~
/jdk/src/hotspot/share/interpreter/zero/bytecodeInterpreter.cpp:379:11: note: in expansion of macro 'CALL_VM_NOCHECK'
           CALL_VM_NOCHECK(func);                                   \
           ^~~~~~~~~~~~~~~
/jdk/src/hotspot/share/interpreter/zero/bytecodeInterpreter.cpp:109:8: note: in expansion of macro 'CALL_VM'
        CALL_VM(SafepointMechanism::block_if_requested(THREAD), handle_exception); \
        ^~~~~~~
/jdk/src/hotspot/share/interpreter/zero/bytecodeInterpreter.cpp:568:9: note: in expansion of macro 'SAFEPOINT'
         SAFEPOINT;
         ^~~~~~~~~
Comments
Changeset: 891886b6 Author: Jie Fu <jiefu@openjdk.org> Date: 2020-09-08 02:35:51 +0000 URL: https://git.openjdk.java.net/jdk/commit/891886b6
08-09-2020