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

Joe Darcy joe.darcy at oracle.com
Sat Jun 8 01:59:28 UTC 2013


Approved.

-Joe

On 6/7/2013 5:52 PM, Kumar Srinivasan wrote:
> 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