/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;
^~~~~~~~~