< prev index next >

src/hotspot/share/runtime/vmOperations.hpp

Print this page
rev 56635 : v2.00 -> v2.05 (CR5/v2.05/8-for-jdk13) patches combined into one; merge with 8229212.patch; merge with jdk-14+11; merge with 8230184.patch; merge with 8230876.patch; merge with jdk-14+15; merge with jdk-14+18.

*** 487,496 **** --- 487,497 ---- 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 >