< prev index next >

src/hotspot/share/runtime/vm_operations.hpp

Print this page

        

@@ -419,11 +419,10 @@
   ~VM_FindDeadlocks();
 
   DeadlockCycle* result()      { return _deadlocks; };
   VMOp_Type type() const       { return VMOp_FindDeadlocks; }
   void doit();
-  bool doit_prologue();
 };
 
 class ThreadDumpResult;
 class ThreadSnapshot;
 class ThreadConcurrentLocks;
< prev index next >