--- old/src/hotspot/share/runtime/vmOperations.hpp 2020-05-28 11:51:59.000000000 -0400 +++ new/src/hotspot/share/runtime/vmOperations.hpp 2020-05-28 11:51:56.000000000 -0400 @@ -420,6 +420,7 @@ } } VMOp_Type type() const { return VMOp_Exit; } + bool doit_prologue(); void doit(); };