hotspot/src/share/vm/services/lowMemoryDetector.hpp
bool has_pending_requests() {
{- -------------------------------------------
(1) _pending_trigger_count か _pending_clear_count が 1 以上あれば true を返す.
---------------------------------------- -}
return (_pending_trigger_count > 0 || _pending_clear_count > 0);
}
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.