< prev index next >

src/hotspot/share/runtime/vmOperations.hpp

Print this page
rev 59077 : 8153224.v2.09b.patch combined with 8153224.v2.10.patch; merge with jdk-15+21.

*** 418,427 **** --- 418,428 ---- if (_vm_exited) { wait_if_vm_exited(); } } VMOp_Type type() const { return VMOp_Exit; } + bool doit_prologue(); void doit(); }; class VM_PrintCompileQueue: public VM_Operation { private:
< prev index next >