Le 17/12/2009 10:43, Kresten Krab Thorup a écrit : > Added link to my off-line verifier, I find it really useful for > understanding why the JVM won't accept my buggy byte code :-) > > Click on > http://groups.google.com/group/jvm-languages/web/jvm-bytecode-libraries > - or copy& paste it into your browser's address bar if that doesn't > work. >
ASM has also this kind of stuff: http://asm.ow2.org/asm32/javadoc/user/org/objectweb/asm/util/CheckClassAdapter.html It dumps the stack and the local variable types for each bytecode instruction. 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/jvm-languages?hl=en.
