1
0
Fork 0

when we DO_NOTHING tell the implementer he may stop invoking us (#8201)

This commit is contained in:
Wilfried Goesgens 2019-02-19 19:20:18 +01:00 committed by Jan
parent 2b956d5b79
commit 08c3710c29
1 changed files with 1 additions and 0 deletions

View File

@ -3075,6 +3075,7 @@ bool Heap::PerformIdleTimeAction(GCIdleTimeAction action,
break;
}
case DO_NOTHING:
result = true;
break;
}