Alex> I was under the impression that the definition for Object.java Alex> for gcj wouldn't change. gcj generated vtable for Object would Alex> be created as usual, along with the dummy entries. So only Alex> changing java/lang/Object.h would just force the C++ compiler to Alex> do what we want. Am I missing something? I guess not. Cool. Tom