This is the mail archive of the java-prs@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug java/29013] gcj generates a MetalLookAndFeel class that fails cacao's verifier



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]