Merge
authorctornqvi
Thu, 05 May 2016 17:53:37 +0000
changeset 38200 0f97b0351546
parent 38198 8144ec8f789e (current diff)
parent 38199 476ae2a48d3d (diff)
child 38202 93728fc4625a
Merge
--- a/hotspot/test/testlibrary/jdk/test/lib/ProcessTools.java	Thu May 05 08:51:27 2016 -0700
+++ b/hotspot/test/testlibrary/jdk/test/lib/ProcessTools.java	Thu May 05 17:53:37 2016 +0000
@@ -95,22 +95,6 @@
   }
 
   /**
-   * Get the string containing input arguments passed to the VM
-   *
-   * @return arguments
-   */
-  public static String getVmInputArguments() {
-    RuntimeMXBean runtime = ManagementFactory.getRuntimeMXBean();
-
-    List<String> args = runtime.getInputArguments();
-    StringBuilder result = new StringBuilder();
-    for (String arg : args)
-        result.append(arg).append(' ');
-
-    return result.toString();
-  }
-
-  /**
    * Gets the array of strings containing input arguments passed to the VM
    *
    * @return arguments