src/share/vm/ci/ciMethod.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/share/vm/ci/ciMethod.hpp	Wed Dec  2 17:37:43 2009
--- new/src/share/vm/ci/ciMethod.hpp	Wed Dec  2 17:37:43 2009

*** 211,221 **** --- 211,221 ---- bool has_unloaded_classes_in_signature(); bool is_klass_loaded(int refinfo_index, bool must_be_resolved) const; bool check_call(int refinfo_index, bool is_static) const; void build_method_data(); // make sure it exists in the VM also int scale_count(int count, float prof_factor = 1.); // make MDO count commensurate with IIC ! bool is_method_handle_invoke() const; ciInstance* method_handle_type(); // What kind of ciObject is this? bool is_method() { return true; }

src/share/vm/ci/ciMethod.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File