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