RFR(S) 8001077: remove ciMethod::will_link

Bharadwaj Yadavalli bharadwaj.yadavalli at oracle.com
Mon Nov 19 12:14:17 PST 2012


Yes. Will fold the change into my next changeset (if no one else makes 
the change by then).

Thanks for catching it.

Bharadwaj

On 11/19/2012 2:04 PM, Christian Thalinger wrote:
> I know it's pushed already but in Parse::can_not_compile_call_site we could have removed the klass argument since it's not used anymore.
>
> -- Chris
>
> On Nov 13, 2012, at 6:44 PM, Bharadwaj Yadavalli<bharadwaj.yadavalli at oracle.com>  wrote:
>
>> Trivial cleanup - http://cr.openjdk.java.net/~bharadwaj/8001077/webrev/
>>
>> ciMethod::will_link actually returns is_loaded. A comment in the method states:
>>
>>   // The link checks have been front-loaded into the get_method
>>   // call. This method (ciMethod::will_link()) will be removed
>>   // in the future.
>>
>> This comment is there since the duke:0 changeset.
>>
>> Removed will_link and changed all calls to is_loaded().


More information about the hotspot-compiler-dev mailing list