8218705: Test sun/tools/jcmd/TestJcmdDefaults.java fails on Linux

Reviewed-by: dholmes
This commit is contained in:
Daniil Titov 2019-02-09 10:07:13 -08:00
parent 3e904a4801
commit df94bd8e0c

@ -85,9 +85,6 @@ public class ProcessArgumentMatcher {
ProcessHelper helper = ProcessHelper.platformProcessHelper();
if (helper != null) {
mainClass = helper.getMainClass(vmd.id());
if (mainClass == null) {
return false;
}
}
// If the main class name is still unset then retrieve it with the attach mechanism