hotspot/src/share/vm/c1/c1_GraphBuilder.hpp
changeset 13522 5ad4627e792a
parent 13391 30245956af37
child 13886 8d82c4dfa722
equal deleted inserted replaced
13521:97a23be06f4e 13522:5ad4627e792a
   344 
   344 
   345   const char* check_can_parse(ciMethod* callee) const;
   345   const char* check_can_parse(ciMethod* callee) const;
   346   const char* should_not_inline(ciMethod* callee) const;
   346   const char* should_not_inline(ciMethod* callee) const;
   347 
   347 
   348   // JSR 292 support
   348   // JSR 292 support
   349   bool for_method_handle_inline(ciMethod* callee);
   349   bool try_method_handle_inline(ciMethod* callee);
   350 
   350 
   351   // helpers
   351   // helpers
   352   void inline_bailout(const char* msg);
   352   void inline_bailout(const char* msg);
   353   BlockBegin* header_block(BlockBegin* entry, BlockBegin::Flag f, ValueStack* state);
   353   BlockBegin* header_block(BlockBegin* entry, BlockBegin::Flag f, ValueStack* state);
   354   BlockBegin* setup_start_block(int osr_bci, BlockBegin* std_entry, BlockBegin* osr_entry, ValueStack* init_state);
   354   BlockBegin* setup_start_block(int osr_bci, BlockBegin* std_entry, BlockBegin* osr_entry, ValueStack* init_state);