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

Bharadwaj Yadavalli bharadwaj.yadavalli at oracle.com
Thu Nov 1 13:15:02 PDT 2012


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