< prev index next >

src/hotspot/share/runtime/vmOperations.hpp

Print this page
rev 55493 : imported patch dcubed.monitor_deflate_conc.v2.04

@@ -499,10 +499,11 @@
     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 >