equal
deleted
inserted
replaced
72 |
72 |
73 // is_late_inline: supports conversion of call into an inline |
73 // is_late_inline: supports conversion of call into an inline |
74 virtual bool is_late_inline() const { return false; } |
74 virtual bool is_late_inline() const { return false; } |
75 // same but for method handle calls |
75 // same but for method handle calls |
76 virtual bool is_mh_late_inline() const { return false; } |
76 virtual bool is_mh_late_inline() const { return false; } |
|
77 virtual bool is_string_late_inline() const{ return false; } |
77 |
78 |
78 // for method handle calls: have we tried inlinining the call already? |
79 // for method handle calls: have we tried inlinining the call already? |
79 virtual bool already_attempted() const { ShouldNotReachHere(); return false; } |
80 virtual bool already_attempted() const { ShouldNotReachHere(); return false; } |
80 |
81 |
81 // Replace the call with an inline version of the code |
82 // Replace the call with an inline version of the code |