< prev index next >

src/hotspot/share/runtime/vm_operations.hpp

Print this page

        

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