Skip to content

Commit

Permalink
Fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
earthling-amzn committed Feb 7, 2024
1 parent 3b76ed7 commit af5fd61
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public static void main(String[] args) throws Exception {
{
ProcessBuilder pb = ProcessTools.createLimitedTestJavaProcessBuilder(
"-Xmx32m",
"-XX:+UnlockExperimentalVMOptions",
"-XX:+UnlockExperimentalVMOptions",
"-XX:+UseShenandoahGC", "-XX:ShenandoahGCMode=generational",
TestThreadFailure.class.getName(),
"test");
Expand Down

0 comments on commit af5fd61

Please sign in to comment.