------- Additional Comments From tromey at gcc dot gnu dot org 2004-12-07 20:20 ------- The bug is that libgcj is not searching the superinterfaces of A$1. The fix is to use code similar to that in the method case in _Jv_linker::resolve_pool_entry. (This need only be done for static fields)
It may be too late to fix this, unless this can be shown to be a regression. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18868