|
Hi, everybody
I'm having some troubles. I used BCELifier to see
the BCEL code for a class, and took a piece from it to modify my class. But when
I execute the modified code, this error appears:
"Exception in thread "main" java.lang.VerifyError:
(class: Pilha, method: adicionaPar signature: (I)V) Stack size too
large
at AcessoPilha.main(AcessoPilha.java:6)" Is the problem the size of the new constant pool?
how can i fix it? I'm sending the code that I'm working on, if someone wants to
take a look. The class to be modified is "Pilha", the modifier is "Monitor", and
the main method is "AcessoPilha".
Thanks!
Camila
|
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
