Luís Oliveira <luismbo <at> gmail.com> writes:
On 12/22/06, Luke Crook <luke <at> balooga.com> wrote:
I have read the documentation on 'cancel-finalization' but I am still
unclear
if 'cancel-finalization' will finalize the object per 'finalize' and then cancel the 'finalize' method. Or if 'cancel-finalization' will only cancel
the
'finalize' method and leave clean up for the user.
The latter. It won't call any finalize methods.
Thanks. I looked at the code for cancel-finalization after I posted and saw that it only performs a remhash.
- Luke