Skip to content

Commit 4972875

Browse files
committed
8252887: Zero VM is broken after JDK-8252661
Reviewed-by:
1 parent 7686e87 commit 4972875

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)