Top


定義場所(file name)

hotspot/src/os/windows/vm/os_windows.cpp

説明(description)

// DontYieldALot=false by default: dutifully perform all yields as requested by JVM_Yield()

名前(function name)

bool os::dont_yield() {

本体部(body)

  {- -------------------------------------------
  (1) DontYieldALot オプションの値をリターンするだけ.
      ---------------------------------------- -}

      return DontYieldALot;
    }

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