nmethod::is_osr_{only_}method()?
Tom Rodriguez
Thomas.Rodriguez at Sun.COM
Thu Aug 6 11:15:23 PDT 2009
I think it's an artifact that could be removed. C1 OSR nmethods
actually have a normal entry in addition to an OSR entry point but
it's never used and we certainly don't expose that fact anywhere.
tom
On Aug 6, 2009, at 11:07 AM, John Rose wrote:
> On Aug 6, 2009, at 11:00 AM, Y.S.Ramakrishna at Sun.COM wrote:
>
>>
>> Anyone know why we have both an is_osr_only_method()
>> and is_osr_method(), since they are synonymous:-
>
> IIRC, we have played with nmethods in C1 which had both the main
> entry points and pre-generated OSR entry points.
>
>> (I see code that uses both variants, so am not
>> sure if this was a historical distinction that is
>> now obsolete?)
>
More information about the hotspot-compiler-dev
mailing list