RFR(S) 8001077: remove ciMethod::will_link
Christian Thalinger
christian.thalinger at oracle.com
Mon Nov 19 11:04:26 PST 2012
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