------- Additional Comments From tromey at gcc dot gnu dot org 2005-01-30 19:02 ------- Yes, the underlying problem is the same as with bug 16839. gcj captures all 'final' local variables in an anonymous class. This is incorrect -- it should only capture those which are actually used.
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19677