8144933: CompilerControl: commandfile/ExcludeTest has incorrect jtreg run innotation
authorppunegov
Wed, 09 Dec 2015 00:30:32 +0300
changeset 35101 ac824485668b
parent 35100 d1061cfa4703
child 35102 c5f050e1f982
8144933: CompilerControl: commandfile/ExcludeTest has incorrect jtreg run innotation Summary: fix incorrect full test name Reviewed-by: kvn
hotspot/test/compiler/compilercontrol/commandfile/ExcludeTest.java
--- a/hotspot/test/compiler/compilercontrol/commandfile/ExcludeTest.java	Wed Dec 09 00:33:30 2015 +0300
+++ b/hotspot/test/compiler/compilercontrol/commandfile/ExcludeTest.java	Wed Dec 09 00:30:32 2015 +0300
@@ -30,7 +30,7 @@
  *        compiler.testlibrary.CompilerUtils compiler.compilercontrol.share.actions.*
  * @run main ClassFileInstaller sun.hotspot.WhiteBox
  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
- * @run main/othervm compiler.compilercontrol.commands.ExcludeTest
+ * @run main/othervm compiler.compilercontrol.commandfile.ExcludeTest
  */
 
 package compiler.compilercontrol.commandfile;