src/share/vm/ci/ciMethod.hpp

changeset 1572
97125851f396
parent 1426
3a2aa26bdc58
child 1573
dd57230ba8fe
     1.1 --- a/src/share/vm/ci/ciMethod.hpp	Mon Jan 04 15:21:09 2010 -0800
     1.2 +++ b/src/share/vm/ci/ciMethod.hpp	Tue Jan 05 13:05:58 2010 +0100
     1.3 @@ -213,7 +213,7 @@
     1.4    bool check_call(int refinfo_index, bool is_static) const;
     1.5    void build_method_data();  // make sure it exists in the VM also
     1.6    int scale_count(int count, float prof_factor = 1.);  // make MDO count commensurate with IIC
     1.7 -  bool is_method_handle_invoke();
     1.8 +  bool is_method_handle_invoke() const;
     1.9    ciInstance* method_handle_type();
    1.10  
    1.11    // What kind of ciObject is this?

mercurial