< prev index next >

src/hotspot/share/runtime/vmOperations.hpp

Print this page
rev 55000 : [mq]: dcubed.monitor_deflate_conc.v2.04

*** 496,505 **** --- 496,506 ---- 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 >