Re: Class Parsing Error "Incompatible stack heights"
Buu Vinh <[email protected]>
| Newsgroups | gmane.comp.java.objectweb.asm |
|---|---|
| Message-ID | <[email protected]> |
Correction: I used ClassWriter.COMPUTE_MAXS for the automatic computation of maxLocals, maxStack and frames. --- On Mon, 1/31/11, Buu Vinh <[email protected]> wrote: From: Buu Vinh <[email protected]> Subject: [asm] Class Parsing Error "Incompatible stack heights" To: [email protected], "Eugene Kuleshov" <[email protected]>, [email protected] Date: Monday, January 31, 2011, 3:20 PM According to CheckClassAdapter, class parsing resulted in error "Incompatible stack hights" even though I used ClassReader.EXPAND_FRAMES to ensure that maxStacks, maxLocals and frames are automatically computed by ASM. Please provide some scenarios that might cause "incompatible stack hights" so that I can figure it out which area of my code that need to be reviewed. Thanks. -----Inline Attachment Follows----- -- 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
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