------- Comment #6 from tromey at gcc dot gnu dot org 2006-03-13 17:12 ------- I added a main to the reduced test case:
public static void main(String[] args) { SwingFramePeer s = new SwingFramePeer(); s.setBounds(); } With this I can almost reproduce the original bug: opsy. gcj --main=pr26390 -o P pr26390.java /tmp/cczetk2m.o(.text+0xd): In function `void pr26390$SwingFramePeer::setBounds()': pr26390.java: undefined reference to `void pr26390$WindowPeer::setBounds()' I say "almost" since from the original report I would expect the missing method to come from SwingWindowPeer. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26390