Skip to content

Commit 891886b

Browse files
committed
8252887: Zero VM is broken after JDK-8252661
Zero VM is broken due to 'block_if_requested' is not a member of 'SafepointMechanism'. Reviewed-by: dholmes
1 parent 7686e87 commit 891886b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hotspot/share/interpreter/zero/bytecodeInterpreter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
{ \
107107
/* zap freed handles rather than GC'ing them */ \
108108
HandleMarkCleaner __hmc(THREAD); \
109-
CALL_VM(SafepointMechanism::block_if_requested(THREAD), handle_exception); \
109+
CALL_VM(SafepointMechanism::process_if_requested(THREAD), handle_exception); \
110110
}
111111

112112
/*

0 commit comments

Comments
 (0)