>>>>> "David" == David Daney <ddaney@avtrex.com> writes: David> Does gcj only write the classfile requested, or does it also write David> classfiles of dependent classes (ala Sun's javac)? It only writes the ones that are requested. This is PR 6933. FWIW gcjx can do this. Tom