Skip to content

Commit

Permalink
fixing whitespace error
Browse files Browse the repository at this point in the history
  • Loading branch information
kspeeyu committed Jul 26, 2023
1 parent 3ce65eb commit 600fe17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/hotspot/jtreg/gc/arguments/TestParallelGCThreads.java
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ public static void testFlags() throws Exception {
Asserts.assertEQ(count, i, "Specifying ParallelGCThreads=" + i + " for " + gc + "GC does not set the thread count properly!");
}
}

// Test the max value for ParallelGCThreads
// So setting ParallelGCThreads=2147483647 should give back 2147483647
long count = getParallelGCThreadCount(
Expand Down

0 comments on commit 600fe17

Please sign in to comment.