Skip to content

Commit

Permalink
* more comment update
Browse files Browse the repository at this point in the history
  • Loading branch information
tschatzl committed Oct 16, 2024
1 parent b1fe4fd commit 2c70776
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ public void run() {
WhiteBox.getWhiteBox().fullGC();
for (int checks = 0; !finalized && !shouldTerminate(); ++checks) {
// Wait for up to 10 iterations that the finalizer has been run,
// this ought to be sufficient. Full GCs of other threads might
// this ought to be sufficient. Full GCs and other threads might
// starve out the finalizer thread, requiring more waiting.
if (checks > 10) {
fail("Waiting for finalization: " + type);
Expand Down

0 comments on commit 2c70776

Please sign in to comment.