Skip to content

Commit

Permalink
Add -XX:+IgnoreUnrecognizedVMOptions to mask unrecognized VM option '…
Browse files Browse the repository at this point in the history
…IncrementalInlineForceCleanup' in client vm mode
  • Loading branch information
zifeihan committed Jun 13, 2024
1 parent 42907ff commit f8283d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1398,7 +1398,7 @@ public static void testFloatVectorLoadMaskedStoreVector() {
public static void main(String[] args) {
TestFramework testFramework = new TestFramework();
testFramework.setDefaultWarmup(10000)
.addFlags("--add-modules=jdk.incubator.vector", "-XX:+IncrementalInlineForceCleanup")
.addFlags("--add-modules=jdk.incubator.vector", "-XX:+IgnoreUnrecognizedVMOptions", "-XX:+IncrementalInlineForceCleanup")
.start();
}
}

0 comments on commit f8283d4

Please sign in to comment.