Chanwit Kaewkasi a écrit : > Hi Remi, > > I recompiled the Fib program against the latest mlvm, and then reran > the program with backport using the same command: > > $ java -javaagent:backport/jsr292-backport.jar -cp .:target/classes > g7.tests.classgen.Fib > > and I got this exception (at least it seems that JIT trasformation of > the backport was trying to do something): >
You're right, your code trigger a recompilation of 3 invokedynamic calls and stupidly fail :( Could you jar all the classes in target and . and send them to me ? (using my private email address) > methodInfo map {$indy_stub2$=INDY_INVOKE:delegate(invoke class > java.lang.Object fib[class java.lang.Object]), > $indy_stub1$=INDY_INVOKE:delegate(invoke class java.lang.Integer > minus[class java.lang.Integer, class java.lang.Integer]), > $indy_stub0$=INDY_INVOKE:delegate(invoke class java.lang.Boolean > __lt__[class java.lang.Integer, class java.lang.Integer])} > [...] Rémi --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "JVM Languages" group. To post to this group, send email to jvm-languages@googlegroups.com To unsubscribe from this group, send email to jvm-languages+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/jvm-languages?hl=en -~----------~----~----~----~------~----~------~--~---