hotspot/src/share/vm/runtime/biasedLocking.cpp
bool BiasedLocking::enabled() {
{- -------------------------------------------
(1) (単なる getter method)
---------------------------------------- -}
return _biased_locking_enabled;
}
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.