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

Bharadwaj Yadavalli bharadwaj.yadavalli at oracle.com
Fri Nov 2 07:21:58 PDT 2012


Thanks for the reviews and for help with pushing the changes.

Bharadwaj

On 11/1/2012 7:11 PM, Christian Thalinger wrote:
> On Nov 1, 2012, at 3:56 PM, Vladimir Kozlov<vladimir.kozlov at oracle.com>  wrote:
>
>> Christian,
>>
>> Can you push it?
> Yes.  -- Chris
>
>> Thanks,
>> Vladimir
>>
>> Christian Thalinger wrote:
>>> 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