< prev index next >

src/hotspot/share/runtime/vmOperations.hpp

Print this page
rev 59376 : 8153224.v2.10.patch merged with 8153224.v2.11.patch.

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