[Bug libgcj/30076] Annotations don't work with interpreted code

2006-12-05 Thread aph at gcc dot gnu dot org
--- Comment #2 from aph at gcc dot gnu dot org 2006-12-05 19:08 --- The cause of this bug is that libgcj sorts fields so that static fields come first, followed by instance fields. Any annotation indexes that refer to a field will be wrong after this. -- http://gcc.gnu.org/bugzilla

[Bug libgcj/30076] Annotations don't work with interpreted code

2006-12-05 Thread aph at gcc dot gnu dot org
--- Comment #1 from aph at gcc dot gnu dot org 2006-12-05 18:54 --- Created an attachment (id=12749) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12749&action=view) . Expected output: class pp: @A1(enumF=ACE, doubleF=99.0, stringF=A1, arrayF=[1, 2], intF=0, classF=class java.lan