Re: ASM 4.0 RC2: Revisiting the NOP ATHROW bug
Eric Bruneton <[email protected]>
| Newsgroups | gmane.comp.java.objectweb.asm |
|---|---|
| Message-ID | <[email protected]> |
> Which generates this byte code: > http://pylonshq.com/pasties/8cc9f1cdc81cacd6c79c7e13b672cb70 > and the ASM code is here: > http://pylonshq.com/pasties/dadd69ba6b9127c8487df5d6cc29cdf8 > > I've just included the byte code and ASM code for this particular > function. Hopefully this time it makes sense. the try/catch is still missing (there should be a visitTryCatchBlock somewhere); also you probably cut the visitMaxs and visitEnd. Can you also run javap -c -v to show the stack frames (or show the result of TraceClassVisitor)? And a description of the verifier error you get? Eric
message-footer.txt
(text/plain, 238 B)
-- You receive this message as a subscriber of the [email protected] mailing list. To unsubscribe: mailto:[email protected] For general help: mailto:[email protected]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws