8161695: compiler/jsr292/MHInlineTest.java can't be run on client-only platforms
authordpochepk
Wed, 20 Jul 2016 19:33:22 +0300
changeset 40078 77b7fa0cf03c
parent 40077 49e1e5dacc25
child 40079 40d48ddc12bc
8161695: compiler/jsr292/MHInlineTest.java can't be run on client-only platforms Reviewed-by: kvn
hotspot/test/compiler/jsr292/MHInlineTest.java
--- a/hotspot/test/compiler/jsr292/MHInlineTest.java	Wed Jul 20 19:31:34 2016 +0300
+++ b/hotspot/test/compiler/jsr292/MHInlineTest.java	Wed Jul 20 19:33:22 2016 +0300
@@ -46,7 +46,7 @@
     public static void main(String[] args) throws Exception {
         ProcessBuilder pb = ProcessTools.createJavaProcessBuilder(
                 "-XX:+IgnoreUnrecognizedVMOptions", "-showversion",
-                "-server", "-XX:-TieredCompilation", "-Xbatch",
+                "-XX:-TieredCompilation", "-Xbatch",
                 "-XX:+PrintCompilation", "-XX:+UnlockDiagnosticVMOptions", "-XX:+PrintInlining",
                 "-XX:CompileCommand=dontinline,compiler.jsr292.MHInlineTest::test*",
                     Launcher.class.getName());