hotspot/src/share/vm/runtime/synchronizer.hpp
{- -------------------------------------------
(1) ObjectSynchronizer::notifyall() を呼び出すだけ.
---------------------------------------- -}
void notify_all(TRAPS) { ObjectSynchronizer::notifyall(_obj, CHECK); }
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.