hotspot/src/share/vm/ci/ciMethod.hpp
changeset 15479 e3c00ec80145
parent 14621 fd9265ab0f67
child 16617 6235d2c7549f
equal deleted inserted replaced
15478:6e6f37256157 15479:e3c00ec80145
   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();