Skip to content

Commit 2c70776

Browse files
committed
* more comment update
1 parent b1fe4fd commit 2c70776

File tree

1 file changed

+1
-1
lines changed
  • test/hotspot/jtreg/vmTestbase/gc/gctests/PhantomReference/phantom001

1 file changed

+1
-1
lines changed

test/hotspot/jtreg/vmTestbase/gc/gctests/PhantomReference/phantom001/phantom001.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ public void run() {
180180
WhiteBox.getWhiteBox().fullGC();
181181
for (int checks = 0; !finalized && !shouldTerminate(); ++checks) {
182182
// Wait for up to 10 iterations that the finalizer has been run,
183-
// this ought to be sufficient. Full GCs of other threads might
183+
// this ought to be sufficient. Full GCs and other threads might
184184
// starve out the finalizer thread, requiring more waiting.
185185
if (checks > 10) {
186186
fail("Waiting for finalization: " + type);

0 commit comments

Comments
 (0)