hotspot/src/os/solaris/vm/threadCritical_solaris.cpp
void ThreadCritical::initialize() {
{- -------------------------------------------
(1) initialized 大域変数を true にセットするだけ.
---------------------------------------- -}
// This method is called at the end of os::init(). Until
// then, we don't do real locking.
initialized = true;
}
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.