Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove heap warnings when using buffered finalisation
The allocation of pages for the finaliser buffer is done from within the STW pause. This can cause the heap to grow if lots of objects are enqueued for finalisation in a single GC and can cause spurious warnings to be printed to stderr.
- Loading branch information