RFS(M): 8005031: Some cleanup in c2 to prepare for incremental inlining support

Christian Thalinger christian.thalinger at oracle.com
Mon Dec 17 11:14:43 PST 2012


On Dec 17, 2012, at 11:08 AM, Roland Westrelin <roland.westrelin at oracle.com> wrote:

>> I have one more question:
>> 
>> src/share/vm/opto/library_call.cpp:
>> 
>> -    args[which_arg] = _gvn.transform(arg);
>> +    args[which_arg] = arg;
>> 
>> Why is the transform not necessary?  I guess it's because the incoming arguments are already transformed.
> 
> 
> Yes, it's because it's already transformed.

Then all looks good.  -- Chris



More information about the hotspot-compiler-dev mailing list