< prev index next >

test/jdk/tools/launcher/HelpFlagsTest.java

Print this page
@@ -61,11 +61,14 @@
          // Oracle proprietary tools without help message.
          "javacpl",
          "jmc",
          "jweblauncher",
          "jcontrol",
-         "ssvagent"
+         "ssvagent",
+         // asprof don't test
+         "asprof",
+         "jfrconv"
      };
  
      // Lists which tools support which flags.
      private static class ToolHelpSpec {
          String toolname;
< prev index next >