src/share/vm/ci/ciMethod.hpp

changeset 5907
c775af091fe9
parent 5628
f98f5d48f511
child 5991
b2ee5dc63353
equal deleted inserted replaced
5906:5741fc86a2ee 5907:c775af091fe9
263 bool was_executed_more_than(int times); 263 bool was_executed_more_than(int times);
264 bool has_unloaded_classes_in_signature(); 264 bool has_unloaded_classes_in_signature();
265 bool is_klass_loaded(int refinfo_index, bool must_be_resolved) const; 265 bool is_klass_loaded(int refinfo_index, bool must_be_resolved) const;
266 bool check_call(int refinfo_index, bool is_static) const; 266 bool check_call(int refinfo_index, bool is_static) const;
267 bool ensure_method_data(); // make sure it exists in the VM also 267 bool ensure_method_data(); // make sure it exists in the VM also
268 address ensure_method_counters(); 268 MethodCounters* ensure_method_counters();
269 int instructions_size(); 269 int instructions_size();
270 int scale_count(int count, float prof_factor = 1.); // make MDO count commensurate with IIC 270 int scale_count(int count, float prof_factor = 1.); // make MDO count commensurate with IIC
271 271
272 // Stack walking support 272 // Stack walking support
273 bool is_ignored_by_security_stack_walk() const; 273 bool is_ignored_by_security_stack_walk() const;

mercurial