< prev index next >

src/hotspot/share/runtime/vmOperations.hpp

Print this page
rev 57595 : v2.09a with 8235795, 8235931 and 8236035 extracted; rebased to jdk-14+28; merge with 8236035.patch.cr1; merge with 8235795.patch.cr1; merge with 8236035.patch.cr2; merge with 8235795.patch.cr2; merge with 8235795.patch.cr3.

*** 449,458 **** --- 449,459 ---- 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 >