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

aph at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Tue Dec 5 19:08:00 GMT 2006



------- 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/show_bug.cgi?id=30076



More information about the Java-prs mailing list