review request (L): 7013417: JSR 292 needs to support variadic method handle calls
Christian Thalinger
christian.thalinger at oracle.com
Thu Jan 20 12:43:52 PST 2011
On Jan 20, 2011, at 9:36 PM, John Rose wrote:
> Oops; one more change. (Didn't run the unit tests properly.)
>
> http://cr.openjdk.java.net/~jrose/7013417/webrev.01
>
> Three files changed:
>
> - http://cr.openjdk.java.net/~jrose/7013417/webrev.01/src/share/classes/sun/dyn/CallSiteImpl.java.udiff.html
> (one char diff in last hunk: s/TRANSITIONAL/!TRANSITIONAL/)
>
> - http://cr.openjdk.java.net/~jrose/7013417/webrev.01+/test/java/dyn/InvokeDynamicPrintArgs.java.udiff.html
> (updated example and smoke test: now the smoke comes out of the right places)
>
> - http://cr.openjdk.java.net/~jrose/7013417/webrev.01/test/java/dyn/indify/Indify.java.udiff.html
> (updated copy of Indify)
Finally InvokeDynamicPrintArgs's output is fixed. That should help testing results.
-- Christian
More information about the hotspot-compiler-dev
mailing list