test compiler/compilercontrol/commandfile/ExcludeTest.java has the following jtreg @run annotation:
* @run main/othervm compiler.compilercontrol.commands.ExcludeTest
It executes another test from commands directory instead of this test.
"commands" should be replaced with "commandfile"
* @run main/othervm compiler.compilercontrol.commands.ExcludeTest
It executes another test from commands directory instead of this test.
"commands" should be replaced with "commandfile"