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 libgcj/30076] Annotations don't work with interpreted code



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


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