< prev index next >

src/hotspot/share/runtime/vmOperations.hpp

Print this page
rev 57232 : v2.00 -> v2.08 (CR8/v2.08/11-for-jdk14) patches combined into one; merge with jdk-14+25 snapshot; merge with jdk-14+26 snapshot.

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