RFS(M): 8005031: Some cleanup in c2 to prepare for incremental inlining support
Roland Westrelin
roland.westrelin at oracle.com
Mon Dec 17 11:08:57 PST 2012
> 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.
Roland.
More information about the hotspot-compiler-dev
mailing list