hotspot/src/share/vm/ci/ciMethod.hpp
changeset 14478 1c4a20806af7
parent 14477 95e66ea71f71
child 14621 fd9265ab0f67
equal deleted inserted replaced
14477:95e66ea71f71 14478:1c4a20806af7
   239 
   239 
   240   // Find the proper vtable index to invoke this method.
   240   // Find the proper vtable index to invoke this method.
   241   int resolve_vtable_index(ciKlass* caller, ciKlass* receiver);
   241   int resolve_vtable_index(ciKlass* caller, ciKlass* receiver);
   242 
   242 
   243   // Compilation directives
   243   // Compilation directives
   244   bool will_link(ciKlass* accessing_klass,
       
   245                  ciKlass* declared_method_holder,
       
   246                  Bytecodes::Code bc);
       
   247   bool should_exclude();
   244   bool should_exclude();
   248   bool should_inline();
   245   bool should_inline();
   249   bool should_not_inline();
   246   bool should_not_inline();
   250   bool should_print_assembly();
   247   bool should_print_assembly();
   251   bool break_at_execute();
   248   bool break_at_execute();