hotspot/src/share/vm/runtime/vm_operations.cpp
void VM_PrintThreads::doit() {
{- -------------------------------------------
(1) Threads::print_on() を呼び出すだけ.
---------------------------------------- -}
Threads::print_on(_out, true, false, _print_concurrent_locks);
}
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.