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 Oct 30, 2023
1 parent f350351 commit e29ead0
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 e29ead0

Please sign in to comment.