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