Skip to content

Commit

Permalink
Update the name of the method
Browse files Browse the repository at this point in the history
  • Loading branch information
limingliu-ampere committed Dec 14, 2023
1 parent 7f67459 commit 8d7af15
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public static void main(String[] args) throws Exception {
cmdLine.add("-XX:ParallelGCThreads=" + args[0]);
}
cmdLine.add("runtime.os.TestTransparentHugePageUsage$CatSmaps");
ProcessBuilder builder = ProcessTools.createTestJvm(cmdLine);
ProcessBuilder builder = ProcessTools.createTestJavaProcessBuilder(cmdLine);
checkUsage(new BufferedReader(new InputStreamReader(builder.start().getInputStream())));
}

Expand Down

0 comments on commit 8d7af15

Please sign in to comment.