< prev index next >

test/hotspot/jtreg/serviceability/sa/TestPrintMdo.java

Print this page

        

@@ -43,14 +43,11 @@
     public static void main (String... args) throws Exception {
         System.out.println("Starting TestPrintMdo test");
         LingeredApp app = null;
         try {
             ClhsdbLauncher test = new ClhsdbLauncher();
-            String[] vmArgs = Utils.appendTestJavaOpts(
-                "-XX:+ProfileInterpreter");
-
-            app = LingeredApp.startApp(vmArgs);
+            app = LingeredApp.startApp("-XX:+ProfileInterpreter");
             System.out.println ("Started LingeredApp with pid " + app.getPid());
             List<String> cmds = List.of("printmdo -a");
 
             Map<String, List<String>> expStrMap = new HashMap<>();
             Map<String, List<String>> unExpStrMap = new HashMap<>();
< prev index next >