src/share/vm/ci/ciMethod.hpp

changeset 5907
c775af091fe9
parent 5628
f98f5d48f511
child 5991
b2ee5dc63353
     1.1 --- a/src/share/vm/ci/ciMethod.hpp	Mon Oct 07 14:13:28 2013 +0400
     1.2 +++ b/src/share/vm/ci/ciMethod.hpp	Mon Oct 07 10:41:56 2013 -0700
     1.3 @@ -265,7 +265,7 @@
     1.4    bool is_klass_loaded(int refinfo_index, bool must_be_resolved) const;
     1.5    bool check_call(int refinfo_index, bool is_static) const;
     1.6    bool ensure_method_data();  // make sure it exists in the VM also
     1.7 -  address ensure_method_counters();
     1.8 +  MethodCounters* ensure_method_counters();
     1.9    int instructions_size();
    1.10    int scale_count(int count, float prof_factor = 1.);  // make MDO count commensurate with IIC
    1.11  

mercurial