This is the mail archive of the
java-prs@gcc.gnu.org
mailing list for the Java project.
[Bug libgcj/30076] Annotations don't work with interpreted code
- From: "aph at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: java-prs at gcc dot gnu dot org
- Date: 5 Dec 2006 19:08:27 -0000
- Subject: [Bug libgcj/30076] Annotations don't work with interpreted code
- References: <bug-30076-511@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla 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/show_bug.cgi?id=30076