src/share/vm/opto/parse.hpp

changeset 1040
98cb887364d3
parent 870
b1d6a3e95810
child 1165
9c6be3edf0dc
equal deleted inserted replaced
1039:ec59443af135 1040:98cb887364d3
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 //

mercurial