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

2006-09-12 Thread tromey at gcc dot gnu dot org
--- Comment #8 from tromey at gcc dot gnu dot org 2006-09-12 19:01 --- Fix checked in. I probably won't backport this to the 4.1 branch but I would not object if someone else wanted to. -- tromey at gcc dot gnu dot org changed: What|Removed |Added

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

2006-09-12 Thread tromey at gcc dot gnu dot org
--- Comment #7 from tromey at gcc dot gnu dot org 2006-09-12 19:01 --- Subject: Bug 29013 Author: tromey Date: Tue Sep 12 19:00:48 2006 New Revision: 116902 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=116902 Log: gcc/java PR java/29013: * jcf-write.c (generate

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

2006-09-12 Thread tromey at gcc dot gnu dot org
--- Comment #6 from tromey at gcc dot gnu dot org 2006-09-12 16:25 --- Testing a patch. -- tromey at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|u

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

2006-09-12 Thread tromey at gcc dot gnu dot org
--- 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= 3

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

2006-09-12 Thread tromey at gcc dot gnu dot org
--- Comment #4 from tromey at gcc dot gnu dot org 2006-09-12 16:05 --- "stack size too large" ... this sounds weird. I haven't looked at the .class yet however. -- tromey at gcc dot gnu dot org changed: What|Removed |Added -

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

2006-09-11 Thread cam-gcc-bugzilla at aka dot mcc dot id dot au
--- Comment #3 from cam-gcc-bugzilla at aka dot mcc dot id dot au 2006-09-11 09:44 --- Created an attachment (id=12223) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12223&action=view) MetalLookAndFeel.class as produced by ecj Hi Mark. Indeed, compiling it with ecj results in a

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

2006-09-11 Thread mark at klomp dot org
--- Comment #2 from mark at gcc dot gnu dot org 2006-09-11 09:39 --- Subject: Re: New: gcj generates a MetalLookAndFeel class that fails cacao's verifier Hi, On Mon, 2006-09-11 at 06:05 +, cam-gcc-bugzilla at aka dot mcc dot id dot au wrote: > When compiling GNU classpath

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

2006-09-10 Thread cam-gcc-bugzilla at aka dot mcc dot id dot au
--- Comment #1 from cam-gcc-bugzilla at aka dot mcc dot id dot au 2006-09-11 06:07 --- Created an attachment (id=12221) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12221&action=view) The generated MetalLookAndFeel.class file. This is the generated class file causing the verifie