comparison src/share/vm/ci/ciMethod.hpp @ 7998:6a51fc70a15e

8006613: adding reason to made_not_compilable Reviewed-by: kvn, vlivanov Contributed-by: Igor Ignatyev <igor.ignatyev@oracle.com>
author vlivanov
date Tue, 05 Feb 2013 08:25:51 -0800
parents beebba0acc11
children 16885e702c88
comparison
equal deleted inserted replaced
7997:8bd61471a109 7998:6a51fc70a15e
250 bool should_print_assembly(); 250 bool should_print_assembly();
251 bool break_at_execute(); 251 bool break_at_execute();
252 bool has_option(const char *option); 252 bool has_option(const char *option);
253 bool can_be_compiled(); 253 bool can_be_compiled();
254 bool can_be_osr_compiled(int entry_bci); 254 bool can_be_osr_compiled(int entry_bci);
255 void set_not_compilable(); 255 void set_not_compilable(const char* reason = NULL);
256 bool has_compiled_code(); 256 bool has_compiled_code();
257 void log_nmethod_identity(xmlStream* log); 257 void log_nmethod_identity(xmlStream* log);
258 bool is_not_reached(int bci); 258 bool is_not_reached(int bci);
259 bool was_executed_more_than(int times); 259 bool was_executed_more_than(int times);
260 bool has_unloaded_classes_in_signature(); 260 bool has_unloaded_classes_in_signature();