fix some jcheck whitespace errors

This commit is contained in:
Chris Plummer 2026-06-08 08:17:49 -07:00
parent c87a291ad1
commit b2e7a3453b

View File

@ -222,7 +222,7 @@ public class InvokeGcDisabledTest extends TestScaffold {
obj.disableCollection();
forceDebuggeeGC();
verifyNotCollected(obj);
println("TEST: Verify enableCollection allows allocated object to be collected");
obj.enableCollection();
forceDebuggeeGC();