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 5b23c06 commit 97f5344Copy full SHA for 97f5344
test/hotspot/jtreg/serviceability/sa/ClhsdbScanOops.java
@@ -61,7 +61,7 @@ private static void testWithGcType(String gc) throws Exception {
61
try {
62
ClhsdbLauncher test = new ClhsdbLauncher();
63
// This test assumes that no GC should happen during its execution.
64
- // Setting the initial heap size to a reasonable high number avoids
+ // Setting the initial heap size to a reasonably high number avoids
65
// running a GC.
66
theApp = LingeredApp.startApp(gc, "-XX:InitialHeapSize=100M");
67
0 commit comments