my question is, i have objects in the generation 0, and i also overridden the finalization method.
When the gc collects the gen0, sees that it has to finalize to, so doesn't releases them immediatly, and promotes these objects to gen1? Therefore these will only be realeased if the gc collects gen1. Assuming these objects will not be used again, they are garbage
thanks!