Replace finalize() methods in the client #19

Open
opened 5 years ago by gpe · 0 comments
gpe commented 5 years ago
Owner

finalize() is deprecated and it might eventually be removed from the JDK.

I think we can replace these with PhantomReferences, a ReferenceQueue and a thread that continually polls from the queue and calls our own custom finalize() replacement.

`finalize()` is deprecated and it might eventually be removed from the JDK. I think we can replace these with `PhantomReference`s, a `ReferenceQueue` and a thread that continually polls from the queue and calls our own custom `finalize()` replacement.
gpe added the
patcher
label 4 years ago
gpe added the
feature
label 4 years ago
Sign in to join this conversation.
Loading…
There is no content yet.