changeset 9767:17f31b1d9a97

8144933: CompilerControl: commandfile/ExcludeTest has incorrect jtreg run innotation Summary: fix incorrect full test name Reviewed-by: kvn
author ppunegov
date Wed, 09 Dec 2015 00:30:32 +0300
parents 341f88e8e84e
children 3ca74c930fa2
files test/compiler/compilercontrol/commandfile/ExcludeTest.java
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/test/compiler/compilercontrol/commandfile/ExcludeTest.java	Wed Dec 09 00:33:30 2015 +0300
+++ b/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;