Top


定義場所(file name)

hotspot/src/share/vm/gc_implementation/g1/concurrentMark.cpp

名前(function name)

bool ConcurrentMark::should_yield() {

本体部(body)

  {- -------------------------------------------
  (1) ConcurrentGCThread::should_yield() を呼び出すだけ.
      ---------------------------------------- -}

      return cmThread()->should_yield();
    }

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