Top


定義場所(file name)

hotspot/src/share/vm/oops/methodOop.hpp

名前(function name)

  bool is_not_osr_compilable(int comp_level = CompLevel_any) const {

本体部(body)

        return is_not_compilable(comp_level) || access_flags().is_not_osr_compilable();
      }

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