Searched refs:print_owned_locks_on (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A Dthread.hpp566 void print_owned_locks_on(outputStream* st) const;
567 void print_owned_locks() const { print_owned_locks_on(tty); }
H A Dthread.cpp840 debug_only(if (WizardMode) print_owned_locks_on(st);)
863 void Thread::print_owned_locks_on(outputStream* st) const { function in class:Thread

Completed in 48 milliseconds