RFR(S) 8001077: remove ciMethod::will_link
Vladimir Kozlov
vladimir.kozlov at oracle.com
Tue Nov 13 18:55:51 PST 2012
Good.
Thanks,
Vladimir
On Nov 13, 2012, at 6:44 PM, Bharadwaj Yadavalli 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