On windows during PIT it was found that jmc.exe fails the test jdk/test/tools/launcher/VersionCheck.java
on trying to track this down found several issues the executable
jdk/bin/jmc.exe does not have the right permission:
$ ls -l jmc.exe
-rw-r--r-- 1 ksrini None 319488 May 28 21:36 jmc.exe
and after fixing the permissions, trying to launch jmc opens a modal
dialog on windows timing out the VersionCheck.java
" The Jmc executable launcher was unable to locate its companion shared library."
OK ?
on trying to track this down found several issues the executable
jdk/bin/jmc.exe does not have the right permission:
$ ls -l jmc.exe
-rw-r--r-- 1 ksrini None 319488 May 28 21:36 jmc.exe
and after fixing the permissions, trying to launch jmc opens a modal
dialog on windows timing out the VersionCheck.java
" The Jmc executable launcher was unable to locate its companion shared library."
OK ?
- relates to
-
JDK-8016209 TEST_BUG: non-compliant jmc in the bin directory hangs testing
- Closed