Skip to content

Commit

Permalink
add a space before //
Browse files Browse the repository at this point in the history
  • Loading branch information
sendaoYan committed Apr 11, 2024
1 parent 480f336 commit 4a9f388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/hotspot/jtreg/containers/docker/TestJFREvents.java
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ private static void testSwapMemory(String memValueToSet, String swapValueToSet,
commonDockerOpts()
.addDockerOpts("--memory=" + memValueToSet)
.addDockerOpts("--memory-swap=" + swapValueToSet)
//The default memory-swappiness vaule is inherited from the host machine, which maybe 0
// The default memory-swappiness vaule is inherited from the host machine, which maybe 0
.addDockerOpts("--memory-swappiness=60")
.addClassOptions("jdk.SwapSpace"));
out.shouldHaveExitValue(0)
Expand Down

0 comments on commit 4a9f388

Please sign in to comment.