hotspot/test/compiler/jvmci/TestJVMCIPrintProperties.java
changeset 44836 45196b7066e3
parent 42607 acd91f1875d4
--- a/hotspot/test/compiler/jvmci/TestJVMCIPrintProperties.java	Thu Apr 27 21:16:33 2017 +0000
+++ b/hotspot/test/compiler/jvmci/TestJVMCIPrintProperties.java	Fri Apr 28 02:54:05 2017 -0700
@@ -36,11 +36,11 @@
     public static void main(String[] args) throws Exception {
         ProcessBuilder pb = ProcessTools.createJavaProcessBuilder(
             "-XX:+UnlockExperimentalVMOptions",
-            "-XX:+EnableJVMCI",
+            "-XX:+EnableJVMCI", "-Djvmci.Compiler=null",
             "-XX:+JVMCIPrintProperties");
         OutputAnalyzer output = new OutputAnalyzer(pb.start());
         output.shouldContain("[JVMCI properties]"); // expected message
-        output.shouldContain("jvmci.Compiler = null"); // expected message
+        output.shouldContain("jvmci.Compiler := \"null\""); // expected message
         output.shouldContain("jvmci.InitTimer = false"); // expected message
         output.shouldContain("jvmci.PrintConfig = false"); // expected message
         output.shouldContain("jvmci.TraceMethodDataFilter = null"); // expected message