We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1fe4fd commit 2c70776Copy full SHA for 2c70776
test/hotspot/jtreg/vmTestbase/gc/gctests/PhantomReference/phantom001/phantom001.java
@@ -180,7 +180,7 @@ public void run() {
180
WhiteBox.getWhiteBox().fullGC();
181
for (int checks = 0; !finalized && !shouldTerminate(); ++checks) {
182
// Wait for up to 10 iterations that the finalizer has been run,
183
- // this ought to be sufficient. Full GCs of other threads might
+ // this ought to be sufficient. Full GCs and other threads might
184
// starve out the finalizer thread, requiring more waiting.
185
if (checks > 10) {
186
fail("Waiting for finalization: " + type);
0 commit comments