Re: review request (M): 6979327: method handle invocation should use casts instead of type parameters to specify return type

2010-11-19 Thread Christian Thalinger
On Nov 19, 2010, at 12:29 AM, John Rose wrote: Javac changes have now propagated for changing this method handle syntax: mh.TinvokeExact() to be replaced by this: (T) mh.invokeExact() The present reviewe is the other shoe dropping for these javac changes, to make the corresponding

Re: review request (M): 6979327: method handle invocation should use casts instead of type parameters to specify return type

2010-11-19 Thread John Rose
It's re-published. -- John On Nov 19, 2010, at 1:47 AM, Christian Thalinger wrote: There's something wrong with the webrev. I get 404s for all files except the first. ___ mlvm-dev mailing list mlvm-dev@openjdk.java.net