RFR: JDK-8016209: TEST_BUG: non-compliant jmc in the bin directory hangs testing (XS)

Kumar Srinivasan kumar.x.srinivasan at oracle.com
Sat Jun 8 00:52:03 UTC 2013


Hi,

Can I get a quick review please, the fix excludes j2sdk-image/bin/jmc{.exe}
from the test, which invokes the tool and verifies that -version and 
-Joptions work.
As the subject says invoking this tool with any option puts up a window, 
hanging up
the test.

Thanks
Kumar


diff --git a/test/tools/launcher/VersionCheck.java 
b/test/tools/launcher/VersionCheck.java
--- a/test/tools/launcher/VersionCheck.java
+++ b/test/tools/launcher/VersionCheck.java
@@ -49,6 +49,7 @@
          "javaw",
          "javaws",
          "jcontrol",
+        "jmc",
          "jvisualvm",
          "packager",
          "unpack200",
@@ -72,6 +73,7 @@
          "jdeps",
          "jinfo",
          "jmap",
+        "jmc",
          "jps",
          "jrunscript",
          "jjs",




More information about the core-libs-dev mailing list