hotspot/src/share/vm/opto/parse.hpp
changeset 2131 98f9cef66a34
parent 1554 59019800a87c
child 2574 1d5f85c2d755
equal deleted inserted replaced
2130:f935aa562118 2131:98f9cef66a34
    76     Inline_cha_is_monomorphic        =   1, //
    76     Inline_cha_is_monomorphic        =   1, //
    77     Inline_type_profile_monomorphic  =   2  //
    77     Inline_type_profile_monomorphic  =   2  //
    78   };
    78   };
    79 
    79 
    80   // See if it is OK to inline.
    80   // See if it is OK to inline.
    81   // The reciever is the inline tree for the caller.
    81   // The receiver is the inline tree for the caller.
    82   //
    82   //
    83   // The result is a temperature indication.  If it is hot or cold,
    83   // The result is a temperature indication.  If it is hot or cold,
    84   // inlining is immediate or undesirable.  Otherwise, the info block
    84   // inlining is immediate or undesirable.  Otherwise, the info block
    85   // returned is newly allocated and may be enqueued.
    85   // returned is newly allocated and may be enqueued.
    86   //
    86   //