--- old/src/hotspot/share/runtime/vmOperations.hpp 2019-08-28 15:00:57.810963731 -0400 +++ new/src/hotspot/share/runtime/vmOperations.hpp 2019-08-28 15:00:57.630963738 -0400 @@ -498,6 +498,7 @@ } } VMOp_Type type() const { return VMOp_Exit; } + bool doit_prologue(); void doit(); };