src/hotspot/share/opto/parse.hpp
changeset 53632 d620a4a1d5ed
parent 53244 9807daeb47c4
child 54723 1abca1170080
equal deleted inserted replaced
53631:a5321bcfa2de 53632:d620a4a1d5ed
    54   const float _site_invoke_ratio;
    54   const float _site_invoke_ratio;
    55   const int   _max_inline_level;  // the maximum inline level for this sub-tree (may be adjusted)
    55   const int   _max_inline_level;  // the maximum inline level for this sub-tree (may be adjusted)
    56   float compute_callee_frequency( int caller_bci ) const;
    56   float compute_callee_frequency( int caller_bci ) const;
    57 
    57 
    58   GrowableArray<InlineTree*> _subtrees;
    58   GrowableArray<InlineTree*> _subtrees;
       
    59 
       
    60   bool pass_initial_checks(ciMethod* caller_method, int caller_bci, ciMethod* callee_method);
    59 
    61 
    60   void print_impl(outputStream* stj, int indent) const PRODUCT_RETURN;
    62   void print_impl(outputStream* stj, int indent) const PRODUCT_RETURN;
    61   const char* _msg;
    63   const char* _msg;
    62 protected:
    64 protected:
    63   InlineTree(Compile* C,
    65   InlineTree(Compile* C,