RFR (S) - 8001658: No need to pass resolved_references as argument to set_method_handle_common

Christian Thalinger christian.thalinger at oracle.com
Thu Nov 1 15:25:26 PDT 2012


Looks good.  Thanks for cleaning that up.  -- Chris

On Nov 1, 2012, at 1:15 PM, Bharadwaj Yadavalli <bharadwaj.yadavalli at oracle.com> wrote:

> http://cr.openjdk.java.net/~bharadwaj/8001658/webrev_0/
> 
> ConstantPoolCacheEntry::set_method_handle_common gets passed in cpool and resolved_references.
> The latter is not required because it's the same as cpool->resolved_references().  I also reduced the number
> of arguments to pass to set_method_handle*() and set_dynamic_call() by passing CallInfo.
> 
> Thanks,
> 
> Bharadwaj
> 



More information about the hotspot-compiler-dev mailing list