Eugene Kuleshov a écrit : > The structure and content of StackMapTable attribute is described in > the updated class fail format section of JVM specification. Though I > don't think it is published anywhere and Sun's page only has reference > to it. > http://java.sun.com/docs/books/jvms/second_edition/jvms-proposed-changes.html > So, I put a copy to Google docs at > http://docs.google.com/fileview?id=F.a3678bb5-b6d0-4b6b-89e6-980238426f13 > Changes are under the umbrella of JSR202: http://jcp.org/aboutJava/communityprocess/final/jsr202/index.html
You can download an updated version of chapter 6 (class file format) from that page. > Bytecode frameworks, such as ASM [1] allow to recalculate stackmap > content from scratch, as well as create it incrementally. > > Also, in bytecode version 50, you can omit stack map and verifier > will fall back to the old algorithm, unless you'll specify JVM options > -Xverify:all -XX:-FailOverToOldVerifier > > regards, > Eugene > > [1] http://asm.objectweb.org/ > Moreover, you can read the ASM Developer Guide that explain all the magics behind ASM (see section 3.5): http://asm.objectweb.org/doc/developer-guide.html cheers, 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/jvm-languages?hl=en -~----------~----~----~----~------~----~------~--~---