test/compiler/jvmci/events/JvmciShutdownEventTest.java
Index Unified diffs Context diffs Sdiffs Frames Patch New Old Previous File Next File hotspot Cdiff test/compiler/jvmci/events/JvmciShutdownEventTest.java

test/compiler/jvmci/events/JvmciShutdownEventTest.java

Print this page

        

*** 72,81 **** CommandLineOptionTest.verifyJVMStartup(ERROR_MESSAGE, MESSAGE, "Unexpected exit code with -EnableJVMCI", "Unexpected output with -EnableJVMCI", ExitCode.OK, addTestVMOptions, "-XX:+UnlockExperimentalVMOptions", ! "-XX:-EnableJVMCI", "-Xbootclasspath/a:.", JvmciShutdownEventListener.class.getName() ); } } --- 72,81 ---- CommandLineOptionTest.verifyJVMStartup(ERROR_MESSAGE, MESSAGE, "Unexpected exit code with -EnableJVMCI", "Unexpected output with -EnableJVMCI", ExitCode.OK, addTestVMOptions, "-XX:+UnlockExperimentalVMOptions", ! "-XX:-EnableJVMCI", "-XX:-UseJVMCICompiler", "-Xbootclasspath/a:.", JvmciShutdownEventListener.class.getName() ); } }
test/compiler/jvmci/events/JvmciShutdownEventTest.java
Index Unified diffs Context diffs Sdiffs Frames Patch New Old Previous File Next File