> > Hmmm... actually, we could pretty easily have two mustfree lists. One > for objects with "destroy" methods, and one for all the other objects. > That would accomplish the ordering without too much magic required in > finishGC. > > Its not pretty, though. > Not excessively so. This might potentially also cover cases that are potentially similar (ClassLoader/Class related.). - Godmar