nmethod::is_osr_{only_}method()?
Y.S.Ramakrishna at Sun.COM
Y.S.Ramakrishna at Sun.COM
Thu Aug 6 11:00:22 PDT 2009
Anyone know why we have both an is_osr_only_method()
and is_osr_method(), since they are synonymous:-
bool is_osr_method() const { return _entry_bci != InvocationEntryBci; }
bool is_osr_only_method() const { return is_osr_method(); }
(I see code that uses both variants, so am not
sure if this was a historical distinction that is
now obsolete?)
thanks!
-- ramki
More information about the hotspot-compiler-dev
mailing list