Skip to content

Commit

Permalink
8342295: compiler/jvmci/TestJVMCISavedProperties.java fails due to ga…
Browse files Browse the repository at this point in the history
…rbage in output
  • Loading branch information
Tomas Zezula committed Oct 18, 2024
1 parent 28252bb commit 306efec
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ public static void main(String[] args) throws Exception {
ProcessBuilder pb = ProcessTools.createLimitedTestJavaProcessBuilder(
"-XX:+UnlockExperimentalVMOptions",
"-XX:+EagerJVMCI",
"-XX:+UseJVMCICompiler",
"-Djvmci.Compiler=null",
"-XX:+EnableJVMCI",
"-Ddebug.jvmci.PrintSavedProperties=true",
"-Dapp1.propX=true",
"-Dapp2.propY=SomeStringValue",
Expand Down

0 comments on commit 306efec

Please sign in to comment.