mirror of
https://github.com/corda/corda.git
synced 2025-01-22 04:18:31 +00:00
re-enable finalization
This commit is contained in:
parent
24abc8acfe
commit
db58097165
@ -501,8 +501,6 @@ postCollect(Thread* t)
|
||||
void
|
||||
finalizeObject(Thread* t, object o)
|
||||
{
|
||||
if (true) return;
|
||||
|
||||
if (t->state == Thread::ExitState) {
|
||||
// don't waste time running Java finalizers if we're exiting the
|
||||
// VM
|
||||
|
Loading…
Reference in New Issue
Block a user