Re: guardWithTest revisited

2009-05-27 Thread John Rose
Thanks, Remi; will do. -- John On May 27, 2009, at 9:12 AM, Rémi Forax wrote: > > last line should be : > > return convertArguments(token, gguard, type, gtype, null); > ___ mlvm-dev mailing list [email protected] http://mail.openjdk.java.net/m

Re: guardWithTest revisited

2009-05-27 Thread Charles Oliver Nutter
Rémi Forax wrote: > I think, I've found the bug, in MethodHandleImpl.makeGuardWithTest ... > last line should be : > > return convertArguments(token, gguard, type, gtype, null); Yeah, fits with what I eventually had to do to make it work. I'll proceed with doing convertArguments myself for now.

Re: guardWithTest revisited

2009-05-27 Thread Charles Oliver Nutter
Charles Oliver Nutter wrote: > Ok, John got fixes in to get gWT working last night, so I gave my code > another try: > > http://gist.github.com/118504 > > But I'm getting this, so I'm not wiring something correctly: > > CallSite.java:166:in `checkTarget': java.dyn.WrongMethodTypeException: > B

Re: guardWithTest revisited

2009-05-27 Thread Rémi Forax
Charles Oliver Nutter a écrit : > Ok, John got fixes in to get gWT working last night, so I gave my code > another try: > > http://gist.github.com/118504 > > But I'm getting this, so I'm not wiring something correctly: > > CallSite.java:166:in `checkTarget': java.dyn.WrongMethodTypeException: > B

guardWithTest revisited

2009-05-27 Thread Charles Oliver Nutter
Ok, John got fixes in to get gWT working last night, so I gave my code another try: http://gist.github.com/118504 But I'm getting this, so I'm not wiring something correctly: CallSite.java:166:in `checkTarget': java.dyn.WrongMethodTypeException: Bound[invoke_L5(java.lang.Object,java.lang.Objec