Top


定義場所(file name)

hotspot/src/share/vm/utilities/globalDefinitions.hpp

名前(function name)

inline bool is_c2_compile(int comp_level) {

本体部(body)

  {- -------------------------------------------
  (1) 引数が CompLevel_full_optimization であれば true をリターン.
      ---------------------------------------- -}

      return comp_level == CompLevel_full_optimization;
    }

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