RFR: 8369323: Fix typos in vmTestbase/.../Concurrent.java

Andrey Turbanov aturbanov at openjdk.org
Wed Oct 29 17:40:30 UTC 2025


On Tue, 14 Oct 2025 21:54:19 GMT, Nityanand Rai <duke at openjdk.org> wrote:

> Fix typos in debug log messages and comments in Concurrent.java

test/hotspot/jtreg/vmTestbase/vm/gc/concurrent/Concurrent.java line 82:

> 80:         }
> 81: 
> 82:         log.debug("The expected forest parameters: tree height = " + treeHeight  + " number of trees = " + ntrees

Suggestion:

        log.debug("The expected forest parameters: tree height = " + treeHeight + " number of trees = " + ntrees

test/hotspot/jtreg/vmTestbase/vm/gc/concurrent/Concurrent.java line 107:

> 105:                     instance.nodeGarbageSize = nodeGarbageSize;
> 106: 
> 107:                     log.debug("The forest real parameters: tree height = " + treeHeight  + " number of trees = " + instance.trees.length

Suggestion:

                    log.debug("The forest real parameters: tree height = " + treeHeight + " number of trees = " + instance.trees.length

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/27810#discussion_r2431579251
PR Review Comment: https://git.openjdk.org/jdk/pull/27810#discussion_r2431579831


More information about the hotspot-gc-dev mailing list