>>>>> "Adam" == Adam Megacz <gcj@lists.megacz.com> writes: Adam> Does gcj emit vtable-gc hints when -fvtable-gc is used? Unfortunately, no. Nobody has ever implemented this in gcj :-(. As I recall, it is harder than it looks because we also store pointers to the methods in the method table in the Class. Tom