< prev index next >

src/hotspot/share/runtime/vmOperations.hpp

Print this page
rev 56776 : v2.00 -> v2.07 (CR7/v2.07/10-for-jdk14) patches combined into one; merge with 8230876.patch (2019.10.17) and jdk-14+21.

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