comparison src/share/vm/ci/ciMethod.hpp @ 12868:c775af091fe9

8025566: EXCEPTION_ACCESS_VIOLATION in compiled by C1 String.valueOf method Reviewed-by: kvn
author twisti
date Mon, 07 Oct 2013 10:41:56 -0700
parents f98f5d48f511
children b2ee5dc63353
comparison
equal deleted inserted replaced
12867:5741fc86a2ee 12868: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;