Top


定義場所(file name)

hotspot/src/share/vm/services/lowMemoryDetector.hpp

名前(function name)

  bool has_pending_requests() {

本体部(body)

  {- -------------------------------------------
  (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.