------- Additional Comments From mckinlay at redhat dot com 2005-03-09 18:06 ------- Other Java compilers generate "accessor" methods for calls to private methods in a nested class, the real bug here is that GCJ doesn't do this - thats why the javac bytecode works fine on gij but gcj-produced bytecode does not.
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20338