hotspot/src/share/vm/ci/ciMethod.hpp
changeset 4566 b363f6ef4068
parent 3910 67050ceda719
child 4567 7fc02fbe5c7a
equal deleted inserted replaced
4565:cbb3fed38514 4566:b363f6ef4068
   211   bool has_unloaded_classes_in_signature();
   211   bool has_unloaded_classes_in_signature();
   212   bool is_klass_loaded(int refinfo_index, bool must_be_resolved) const;
   212   bool is_klass_loaded(int refinfo_index, bool must_be_resolved) const;
   213   bool check_call(int refinfo_index, bool is_static) const;
   213   bool check_call(int refinfo_index, bool is_static) const;
   214   void build_method_data();  // make sure it exists in the VM also
   214   void build_method_data();  // make sure it exists in the VM also
   215   int scale_count(int count, float prof_factor = 1.);  // make MDO count commensurate with IIC
   215   int scale_count(int count, float prof_factor = 1.);  // make MDO count commensurate with IIC
   216   bool is_method_handle_invoke();
   216   bool is_method_handle_invoke() const;
   217   ciInstance* method_handle_type();
   217   ciInstance* method_handle_type();
   218 
   218 
   219   // What kind of ciObject is this?
   219   // What kind of ciObject is this?
   220   bool is_method()                               { return true; }
   220   bool is_method()                               { return true; }
   221 
   221