Top


定義場所(file name)

hotspot/src/share/vm/runtime/compilationPolicy.cpp

名前(function name)

  static bool is_decay_needed() {

本体部(body)

  {- -------------------------------------------
  (1) CounterDecay クラスが最後に減少処理を行った時刻(_last_timestamp)から
      CounterDecayMinIntervalLength ミリ秒以上経過していれば
      true をリターンする.
      ---------------------------------------- -}

        return (os::javaTimeMillis() - _last_timestamp) > CounterDecayMinIntervalLength;
      }

This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.