8148136: compile control tests have incorrect @build directives
authoriignatyev
Tue, 26 Jan 2016 00:25:20 +0300
changeset 35597 0174e7c4489f
parent 35596 07098f03eb07
child 35598 8d7bc466f490
8148136: compile control tests have incorrect @build directives Reviewed-by: kvn
hotspot/test/compiler/compilercontrol/commandfile/CompileOnlyTest.java
hotspot/test/compiler/compilercontrol/commandfile/ExcludeTest.java
hotspot/test/compiler/compilercontrol/commandfile/LogTest.java
hotspot/test/compiler/compilercontrol/commandfile/PrintTest.java
hotspot/test/compiler/compilercontrol/commands/CompileOnlyTest.java
hotspot/test/compiler/compilercontrol/commands/ExcludeTest.java
hotspot/test/compiler/compilercontrol/commands/LogTest.java
hotspot/test/compiler/compilercontrol/commands/PrintTest.java
hotspot/test/compiler/compilercontrol/directives/CompileOnlyTest.java
hotspot/test/compiler/compilercontrol/directives/ExcludeTest.java
hotspot/test/compiler/compilercontrol/directives/LogTest.java
hotspot/test/compiler/compilercontrol/directives/PrintTest.java
hotspot/test/compiler/compilercontrol/jcmd/AddAndRemoveTest.java
hotspot/test/compiler/compilercontrol/jcmd/AddCompileOnlyTest.java
hotspot/test/compiler/compilercontrol/jcmd/AddExcludeTest.java
hotspot/test/compiler/compilercontrol/jcmd/AddLogTest.java
hotspot/test/compiler/compilercontrol/jcmd/AddPrintAssemblyTest.java
hotspot/test/compiler/compilercontrol/jcmd/ClearDirectivesFileStackTest.java
hotspot/test/compiler/compilercontrol/jcmd/ClearDirectivesStackTest.java
hotspot/test/compiler/compilercontrol/jcmd/PrintDirectivesTest.java
hotspot/test/compiler/compilercontrol/jcmd/StressAddMultiThreadedTest.java
hotspot/test/compiler/compilercontrol/jcmd/StressAddSequentiallyTest.java
hotspot/test/compiler/compilercontrol/matcher/MethodMatcherTest.java
hotspot/test/compiler/compilercontrol/mixed/RandomCommandsTest.java
hotspot/test/compiler/compilercontrol/mixed/RandomValidCommandsTest.java
--- a/hotspot/test/compiler/compilercontrol/commandfile/CompileOnlyTest.java	Tue Jan 26 00:25:20 2016 +0300
+++ b/hotspot/test/compiler/compilercontrol/commandfile/CompileOnlyTest.java	Tue Jan 26 00:25:20 2016 +0300
@@ -26,7 +26,8 @@
  * @bug 8137167
  * @summary Tests CompileCommand=compileonly
  * @library /testlibrary /../../test/lib /compiler/testlibrary ../share /
- * @build CompileOnlyTest pool.sub.* pool.subpack.* sun.hotspot.WhiteBox
+ * @build compiler.compilercontrol.commandfile.CompileOnlyTest
+ *        pool.sub.* pool.subpack.* sun.hotspot.WhiteBox
  *        compiler.testlibrary.CompilerUtils compiler.compilercontrol.share.actions.*
  * @run main ClassFileInstaller sun.hotspot.WhiteBox
  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
--- a/hotspot/test/compiler/compilercontrol/commandfile/ExcludeTest.java	Tue Jan 26 00:25:20 2016 +0300
+++ b/hotspot/test/compiler/compilercontrol/commandfile/ExcludeTest.java	Tue Jan 26 00:25:20 2016 +0300
@@ -26,7 +26,8 @@
  * @bug 8137167
  * @summary Tests CompileCommand=exclude
  * @library /testlibrary /../../test/lib /compiler/testlibrary ../share /
- * @build ExcludeTest pool.sub.* pool.subpack.* sun.hotspot.WhiteBox
+ * @build compiler.compilercontrol.commandfile.ExcludeTest
+ *        pool.sub.* pool.subpack.* sun.hotspot.WhiteBox
  *        compiler.testlibrary.CompilerUtils compiler.compilercontrol.share.actions.*
  * @run main ClassFileInstaller sun.hotspot.WhiteBox
  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
--- a/hotspot/test/compiler/compilercontrol/commandfile/LogTest.java	Tue Jan 26 00:25:20 2016 +0300
+++ b/hotspot/test/compiler/compilercontrol/commandfile/LogTest.java	Tue Jan 26 00:25:20 2016 +0300
@@ -26,7 +26,8 @@
  * @bug 8137167
  * @summary Tests CompileCommand=log
  * @library /testlibrary /../../test/lib /compiler/testlibrary ../share /
- * @build LogTest pool.sub.* pool.subpack.* sun.hotspot.WhiteBox
+ * @build compiler.compilercontrol.commandfile.LogTest
+ *        pool.sub.* pool.subpack.* sun.hotspot.WhiteBox
  *        compiler.testlibrary.CompilerUtils compiler.compilercontrol.share.actions.*
  * @run main ClassFileInstaller sun.hotspot.WhiteBox
  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
--- a/hotspot/test/compiler/compilercontrol/commandfile/PrintTest.java	Tue Jan 26 00:25:20 2016 +0300
+++ b/hotspot/test/compiler/compilercontrol/commandfile/PrintTest.java	Tue Jan 26 00:25:20 2016 +0300
@@ -26,7 +26,8 @@
  * @bug 8137167
  * @summary Tests CompileCommand=print
  * @library /testlibrary /../../test/lib /compiler/testlibrary ../share /
- * @build PrintTest pool.sub.* pool.subpack.* sun.hotspot.WhiteBox
+ * @build compiler.compilercontrol.commandfile.PrintTest
+ *        pool.sub.* pool.subpack.* sun.hotspot.WhiteBox
  *        compiler.testlibrary.CompilerUtils compiler.compilercontrol.share.actions.*
  * @run main ClassFileInstaller sun.hotspot.WhiteBox
  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
--- a/hotspot/test/compiler/compilercontrol/commands/CompileOnlyTest.java	Tue Jan 26 00:25:20 2016 +0300
+++ b/hotspot/test/compiler/compilercontrol/commands/CompileOnlyTest.java	Tue Jan 26 00:25:20 2016 +0300
@@ -26,7 +26,8 @@
  * @bug 8137167
  * @summary Tests CompileCommand=compileonly
  * @library /testlibrary /../../test/lib /compiler/testlibrary ../share /
- * @build CompileOnlyTest pool.sub.* pool.subpack.* sun.hotspot.WhiteBox
+ * @build compiler.compilercontrol.commands.CompileOnlyTest
+ *        pool.sub.* pool.subpack.* sun.hotspot.WhiteBox
  *        compiler.testlibrary.CompilerUtils compiler.compilercontrol.share.actions.*
  * @run main ClassFileInstaller sun.hotspot.WhiteBox
  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
--- a/hotspot/test/compiler/compilercontrol/commands/ExcludeTest.java	Tue Jan 26 00:25:20 2016 +0300
+++ b/hotspot/test/compiler/compilercontrol/commands/ExcludeTest.java	Tue Jan 26 00:25:20 2016 +0300
@@ -26,7 +26,8 @@
  * @bug 8137167
  * @summary Tests CompileCommand=exclude
  * @library /testlibrary /../../test/lib /compiler/testlibrary ../share /
- * @build ExcludeTest pool.sub.* pool.subpack.* sun.hotspot.WhiteBox
+ * @build compiler.compilercontrol.commands.ExcludeTest
+ *        pool.sub.* pool.subpack.* sun.hotspot.WhiteBox
  *        compiler.testlibrary.CompilerUtils compiler.compilercontrol.share.actions.*
  * @run main ClassFileInstaller sun.hotspot.WhiteBox
  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
--- a/hotspot/test/compiler/compilercontrol/commands/LogTest.java	Tue Jan 26 00:25:20 2016 +0300
+++ b/hotspot/test/compiler/compilercontrol/commands/LogTest.java	Tue Jan 26 00:25:20 2016 +0300
@@ -26,7 +26,8 @@
  * @bug 8137167
  * @summary Tests CompileCommand=log
  * @library /testlibrary /../../test/lib /compiler/testlibrary ../share /
- * @build LogTest pool.sub.* pool.subpack.* sun.hotspot.WhiteBox
+ * @build compiler.compilercontrol.commands.LogTest
+ *        pool.sub.* pool.subpack.* sun.hotspot.WhiteBox
  *        compiler.testlibrary.CompilerUtils compiler.compilercontrol.share.actions.*
  * @run main ClassFileInstaller sun.hotspot.WhiteBox
  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
--- a/hotspot/test/compiler/compilercontrol/commands/PrintTest.java	Tue Jan 26 00:25:20 2016 +0300
+++ b/hotspot/test/compiler/compilercontrol/commands/PrintTest.java	Tue Jan 26 00:25:20 2016 +0300
@@ -26,7 +26,8 @@
  * @bug 8137167
  * @summary Tests CompileCommand=print
  * @library /testlibrary /../../test/lib /compiler/testlibrary ../share /
- * @build PrintTest pool.sub.* pool.subpack.* sun.hotspot.WhiteBox
+ * @build compiler.compilercontrol.commands.PrintTest
+ *        pool.sub.* pool.subpack.* sun.hotspot.WhiteBox
  *        compiler.testlibrary.CompilerUtils compiler.compilercontrol.share.actions.*
  * @run main ClassFileInstaller sun.hotspot.WhiteBox
  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
--- a/hotspot/test/compiler/compilercontrol/directives/CompileOnlyTest.java	Tue Jan 26 00:25:20 2016 +0300
+++ b/hotspot/test/compiler/compilercontrol/directives/CompileOnlyTest.java	Tue Jan 26 00:25:20 2016 +0300
@@ -26,7 +26,8 @@
  * @bug 8137167
  * @summary Tests directives to be able to compile only specified  methods
  * @library /testlibrary /../../test/lib /compiler/testlibrary ../share /
- * @build CompileOnlyTest pool.sub.* pool.subpack.* sun.hotspot.WhiteBox
+ * @build compiler.compilercontrol.directives.CompileOnlyTest
+ *        pool.sub.* pool.subpack.* sun.hotspot.WhiteBox
  *        compiler.testlibrary.CompilerUtils compiler.compilercontrol.share.actions.*
  * @run main ClassFileInstaller sun.hotspot.WhiteBox
  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
--- a/hotspot/test/compiler/compilercontrol/directives/ExcludeTest.java	Tue Jan 26 00:25:20 2016 +0300
+++ b/hotspot/test/compiler/compilercontrol/directives/ExcludeTest.java	Tue Jan 26 00:25:20 2016 +0300
@@ -26,7 +26,8 @@
  * @bug 8137167
  * @summary Tests directives to be able to exclude methods from compilation
  * @library /testlibrary /../../test/lib /compiler/testlibrary ../share /
- * @build ExcludeTest pool.sub.* pool.subpack.* sun.hotspot.WhiteBox
+ * @build compiler.compilercontrol.directives.ExcludeTest
+ *        pool.sub.* pool.subpack.* sun.hotspot.WhiteBox
  *        compiler.testlibrary.CompilerUtils compiler.compilercontrol.share.actions.*
  * @run main ClassFileInstaller sun.hotspot.WhiteBox
  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
--- a/hotspot/test/compiler/compilercontrol/directives/LogTest.java	Tue Jan 26 00:25:20 2016 +0300
+++ b/hotspot/test/compiler/compilercontrol/directives/LogTest.java	Tue Jan 26 00:25:20 2016 +0300
@@ -26,7 +26,8 @@
  * @bug 8137167
  * @summary Tests directives to be able to turn on LogCompilation
  * @library /testlibrary /../../test/lib /compiler/testlibrary ../share /
- * @build LogTest pool.sub.* pool.subpack.* sun.hotspot.WhiteBox
+ * @build compiler.compilercontrol.directives.LogTest
+ *        pool.sub.* pool.subpack.* sun.hotspot.WhiteBox
  *        compiler.testlibrary.CompilerUtils compiler.compilercontrol.share.actions.*
  * @run main ClassFileInstaller sun.hotspot.WhiteBox
  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
--- a/hotspot/test/compiler/compilercontrol/directives/PrintTest.java	Tue Jan 26 00:25:20 2016 +0300
+++ b/hotspot/test/compiler/compilercontrol/directives/PrintTest.java	Tue Jan 26 00:25:20 2016 +0300
@@ -26,7 +26,8 @@
  * @bug 8137167
  * @summary Tests directives to be able to turn on print_assembly
  * @library /testlibrary /../../test/lib /compiler/testlibrary ../share /
- * @build PrintTest pool.sub.* pool.subpack.* sun.hotspot.WhiteBox
+ * @build compiler.compilercontrol.directives.PrintTest
+ *        pool.sub.* pool.subpack.* sun.hotspot.WhiteBox
  *        compiler.testlibrary.CompilerUtils compiler.compilercontrol.share.actions.*
  * @run main ClassFileInstaller sun.hotspot.WhiteBox
  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
--- a/hotspot/test/compiler/compilercontrol/jcmd/AddAndRemoveTest.java	Tue Jan 26 00:25:20 2016 +0300
+++ b/hotspot/test/compiler/compilercontrol/jcmd/AddAndRemoveTest.java	Tue Jan 26 00:25:20 2016 +0300
@@ -26,7 +26,8 @@
  * @bug 8137167
  * @summary Tests directives to be able to add and remove directives
  * @library /testlibrary /../../test/lib /compiler/testlibrary ../share /
- * @build AddAndRemoveTest pool.sub.* pool.subpack.* sun.hotspot.WhiteBox
+ * @build compiler.compilercontrol.jcmd.AddAndRemoveTest
+ *        pool.sub.* pool.subpack.* sun.hotspot.WhiteBox
  *        compiler.testlibrary.CompilerUtils compiler.compilercontrol.share.actions.*
  * @run main ClassFileInstaller sun.hotspot.WhiteBox
  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
--- a/hotspot/test/compiler/compilercontrol/jcmd/AddCompileOnlyTest.java	Tue Jan 26 00:25:20 2016 +0300
+++ b/hotspot/test/compiler/compilercontrol/jcmd/AddCompileOnlyTest.java	Tue Jan 26 00:25:20 2016 +0300
@@ -26,7 +26,8 @@
  * @bug 8137167
  * @summary Tests jcmd to be able to add a directive to compile only specified methods
  * @library /testlibrary /../../test/lib /compiler/testlibrary ../share /
- * @build AddCompileOnlyTest pool.sub.* pool.subpack.* sun.hotspot.WhiteBox
+ * @build compiler.compilercontrol.jcmd.AddCompileOnlyTest
+ *        pool.sub.* pool.subpack.* sun.hotspot.WhiteBox
  *        compiler.testlibrary.CompilerUtils compiler.compilercontrol.share.actions.*
  * @run main ClassFileInstaller sun.hotspot.WhiteBox
  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
--- a/hotspot/test/compiler/compilercontrol/jcmd/AddExcludeTest.java	Tue Jan 26 00:25:20 2016 +0300
+++ b/hotspot/test/compiler/compilercontrol/jcmd/AddExcludeTest.java	Tue Jan 26 00:25:20 2016 +0300
@@ -26,7 +26,8 @@
  * @bug 8137167
  * @summary Tests jcmd to be able to add a directive to exclude only specified methods
  * @library /testlibrary /../../test/lib /compiler/testlibrary ../share /
- * @build AddExcludeTest pool.sub.* pool.subpack.* sun.hotspot.WhiteBox
+ * @build compiler.compilercontrol.jcmd.AddExcludeTest
+ *        pool.sub.* pool.subpack.* sun.hotspot.WhiteBox
  *        compiler.testlibrary.CompilerUtils compiler.compilercontrol.share.actions.*
  * @run main ClassFileInstaller sun.hotspot.WhiteBox
  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
--- a/hotspot/test/compiler/compilercontrol/jcmd/AddLogTest.java	Tue Jan 26 00:25:20 2016 +0300
+++ b/hotspot/test/compiler/compilercontrol/jcmd/AddLogTest.java	Tue Jan 26 00:25:20 2016 +0300
@@ -26,7 +26,8 @@
  * @bug 8137167
  * @summary Tests jcmd to be able to add a directive to log only specified methods
  * @library /testlibrary /../../test/lib /compiler/testlibrary ../share /
- * @build AddLogTest pool.sub.* pool.subpack.* sun.hotspot.WhiteBox
+ * @build compiler.compilercontrol.jcmd.AddLogTest
+ *        pool.sub.* pool.subpack.* sun.hotspot.WhiteBox
  *        compiler.testlibrary.CompilerUtils compiler.compilercontrol.share.actions.*
  * @run main ClassFileInstaller sun.hotspot.WhiteBox
  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
--- a/hotspot/test/compiler/compilercontrol/jcmd/AddPrintAssemblyTest.java	Tue Jan 26 00:25:20 2016 +0300
+++ b/hotspot/test/compiler/compilercontrol/jcmd/AddPrintAssemblyTest.java	Tue Jan 26 00:25:20 2016 +0300
@@ -27,7 +27,8 @@
  * @summary Tests jcmd to be able to add a directive to print assembly
  *          only for specified methods
  * @library /testlibrary /../../test/lib /compiler/testlibrary ../share /
- * @build AddPrintAssemblyTest pool.sub.* pool.subpack.* sun.hotspot.WhiteBox
+ * @build compiler.compilercontrol.jcmd.AddPrintAssemblyTest
+ *        pool.sub.* pool.subpack.* sun.hotspot.WhiteBox
  *        compiler.testlibrary.CompilerUtils compiler.compilercontrol.share.actions.*
  * @run main ClassFileInstaller sun.hotspot.WhiteBox
  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
--- a/hotspot/test/compiler/compilercontrol/jcmd/ClearDirectivesFileStackTest.java	Tue Jan 26 00:25:20 2016 +0300
+++ b/hotspot/test/compiler/compilercontrol/jcmd/ClearDirectivesFileStackTest.java	Tue Jan 26 00:25:20 2016 +0300
@@ -27,7 +27,8 @@
  * @ignore 8140405
  * @summary Tests jcmd to be able to clear directives added via options
  * @library /testlibrary /test/lib /compiler/testlibrary ../share /
- * @build ClearDirectivesFileStackTest pool.sub.* pool.subpack.* sun.hotspot.WhiteBox
+ * @build compiler.compilercontrol.jcmd.ClearDirectivesFileStackTest
+ *        pool.sub.* pool.subpack.* sun.hotspot.WhiteBox
  *        compiler.testlibrary.CompilerUtils compiler.compilercontrol.share.actions.*
  * @run main ClassFileInstaller sun.hotspot.WhiteBox
  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
--- a/hotspot/test/compiler/compilercontrol/jcmd/ClearDirectivesStackTest.java	Tue Jan 26 00:25:20 2016 +0300
+++ b/hotspot/test/compiler/compilercontrol/jcmd/ClearDirectivesStackTest.java	Tue Jan 26 00:25:20 2016 +0300
@@ -26,7 +26,8 @@
  * @bug 8137167
  * @summary Tests clear JCMD command
  * @library /testlibrary /test/lib /compiler/testlibrary ../share /
- * @build ClearDirectivesStackTest pool.sub.* pool.subpack.* sun.hotspot.WhiteBox
+ * @build compiler.compilercontrol.jcmd.ClearDirectivesStackTest
+ *        pool.sub.* pool.subpack.* sun.hotspot.WhiteBox
  *        compiler.testlibrary.CompilerUtils compiler.compilercontrol.share.actions.*
  * @run main ClassFileInstaller sun.hotspot.WhiteBox
  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
--- a/hotspot/test/compiler/compilercontrol/jcmd/PrintDirectivesTest.java	Tue Jan 26 00:25:20 2016 +0300
+++ b/hotspot/test/compiler/compilercontrol/jcmd/PrintDirectivesTest.java	Tue Jan 26 00:25:20 2016 +0300
@@ -26,7 +26,8 @@
  * @bug 8137167
  * @summary Tests jcmd to be able to add a directive to compile only specified methods
  * @library /testlibrary /test/lib /compiler/testlibrary ../share /
- * @build pool.sub.* pool.subpack.* sun.hotspot.WhiteBox
+ * @build compiler.compilercontrol.jcmd.PrintDirectivesTest
+ *        pool.sub.* pool.subpack.* sun.hotspot.WhiteBox
  *        compiler.testlibrary.CompilerUtils compiler.compilercontrol.share.actions.*
  * @run main ClassFileInstaller sun.hotspot.WhiteBox
  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
@@ -80,4 +81,4 @@
         Scenario scenario = builder.build();
         scenario.execute();
     }
-}
\ No newline at end of file
+}
--- a/hotspot/test/compiler/compilercontrol/jcmd/StressAddMultiThreadedTest.java	Tue Jan 26 00:25:20 2016 +0300
+++ b/hotspot/test/compiler/compilercontrol/jcmd/StressAddMultiThreadedTest.java	Tue Jan 26 00:25:20 2016 +0300
@@ -27,7 +27,8 @@
  * @summary Tests jcmd to be able to add a lot of huge directive files with
  *          parallel executed jcmds until timeout has reached
  * @library /testlibrary /test/lib /compiler/testlibrary ../share /
- * @build StressAddMultiThreadedTest pool.sub.* pool.subpack.* sun.hotspot.WhiteBox
+ * @build compiler.compilercontrol.jcmd.StressAddMultiThreadedTest
+ *        pool.sub.* pool.subpack.* sun.hotspot.WhiteBox
  *        compiler.testlibrary.CompilerUtils
  *        compiler.compilercontrol.share.actions.*
  * @run main ClassFileInstaller sun.hotspot.WhiteBox
--- a/hotspot/test/compiler/compilercontrol/jcmd/StressAddSequentiallyTest.java	Tue Jan 26 00:25:20 2016 +0300
+++ b/hotspot/test/compiler/compilercontrol/jcmd/StressAddSequentiallyTest.java	Tue Jan 26 00:25:20 2016 +0300
@@ -26,7 +26,8 @@
  * @bug 8137167
  * @summary Tests jcmd to be able to add a lot of huge directives
  * @library /testlibrary /test/lib /compiler/testlibrary ../share /
- * @build StressAddSequentiallyTest pool.sub.* pool.subpack.* sun.hotspot.WhiteBox
+ * @build compiler.compilercontrol.jcmd.StressAddSequentiallyTest
+ *        pool.sub.* pool.subpack.* sun.hotspot.WhiteBox
  *        compiler.testlibrary.CompilerUtils
  *        compiler.compilercontrol.share.actions.*
  * @run main ClassFileInstaller sun.hotspot.WhiteBox
--- a/hotspot/test/compiler/compilercontrol/matcher/MethodMatcherTest.java	Tue Jan 26 00:25:20 2016 +0300
+++ b/hotspot/test/compiler/compilercontrol/matcher/MethodMatcherTest.java	Tue Jan 26 00:25:20 2016 +0300
@@ -41,7 +41,7 @@
  * @bug 8135068
  * @summary Tests CompilerCommand's method matcher
  * @library /testlibrary /test/lib /compiler/whitebox ../share /
- * @build MethodMatcherTest
+ * @build compiler.compilercontrol.matcher.MethodMatcherTest
  * @run main ClassFileInstaller sun.hotspot.WhiteBox
  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions
--- a/hotspot/test/compiler/compilercontrol/mixed/RandomCommandsTest.java	Tue Jan 26 00:25:20 2016 +0300
+++ b/hotspot/test/compiler/compilercontrol/mixed/RandomCommandsTest.java	Tue Jan 26 00:25:20 2016 +0300
@@ -26,7 +26,8 @@
  * @bug 8137167
  * @summary Randomly generates commands with random types
  * @library /testlibrary /../../test/lib /compiler/testlibrary ../share /
- * @build RandomCommandsTest pool.sub.* pool.subpack.* sun.hotspot.WhiteBox
+ * @build compiler.compilercontrol.mixed.RandomCommandsTest
+ *        pool.sub.* pool.subpack.* sun.hotspot.WhiteBox
  *        compiler.testlibrary.CompilerUtils compiler.compilercontrol.share.actions.*
  * @run main ClassFileInstaller sun.hotspot.WhiteBox
  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
--- a/hotspot/test/compiler/compilercontrol/mixed/RandomValidCommandsTest.java	Tue Jan 26 00:25:20 2016 +0300
+++ b/hotspot/test/compiler/compilercontrol/mixed/RandomValidCommandsTest.java	Tue Jan 26 00:25:20 2016 +0300
@@ -26,7 +26,8 @@
  * @bug 8137167
  * @summary Randomly generates valid commands with random types
  * @library /testlibrary /../../test/lib /compiler/testlibrary ../share /
- * @build RandomValidCommandsTest pool.sub.* pool.subpack.* sun.hotspot.WhiteBox
+ * @build compiler.compilercontrol.mixed.RandomValidCommandsTest
+ *        pool.sub.* pool.subpack.* sun.hotspot.WhiteBox
  *        compiler.testlibrary.CompilerUtils compiler.compilercontrol.share.actions.*
  * @run main ClassFileInstaller sun.hotspot.WhiteBox
  *                              sun.hotspot.WhiteBox$WhiteBoxPermission