[Bug java/29013] gcj generates a MetalLookAndFeel class that fails cacao's verifier
tromey at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Tue Sep 12 16:13:00 GMT 2006
------- Comment #5 from tromey at gcc dot gnu dot org 2006-09-12 16:13 -------
Ok, I see. Cacao's message is confusing, since what it really
means is that there is a stack overflow in the method:
Attribute "Code", length:29, max_stack:0, max_locals:1, code_length:5
0: invokestatic #23=<Method
javax.swing.plaf.metal.MetalLookAndFeel.getCurrentTheme
()javax.swing.plaf.metal.MetalTheme>
3: pop
4: return
.. max_stack is 0 but we actually push an item on the stack.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29013
More information about the Gcc-bugs
mailing list