comparison src/share/vm/opto/parse.hpp @ 605:98cb887364d3

6810672: Comment typos Summary: I have collected some typos I have found while looking at the code. Reviewed-by: kvn, never
author twisti
date Fri, 27 Feb 2009 13:27:09 -0800
parents b1d6a3e95810
children 9c6be3edf0dc
comparison
equal deleted inserted replaced
604:ec59443af135 605: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 //