hotspot/src/share/vm/runtime/mutex.cpp
void Monitor::lock() {
{- -------------------------------------------
(1) Monitor::lock() を呼び出すだけ.
---------------------------------------- -}
this->lock(Thread::current());
}
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.