hotspot/test/compiler/startup/NumCompilerThreadsCheck.java
changeset 40059 c2304140ed64
parent 36851 03e2f4d0a421
child 40631 ed82623d7831
--- a/hotspot/test/compiler/startup/NumCompilerThreadsCheck.java	Tue Jul 12 08:42:46 2016 +0000
+++ b/hotspot/test/compiler/startup/NumCompilerThreadsCheck.java	Tue Jul 12 18:24:48 2016 +0300
@@ -28,8 +28,15 @@
  * @library /testlibrary
  * @modules java.base/jdk.internal.misc
  *          java.management
+ *
+ * @run driver compiler.startup.NumCompilerThreadsCheck
  */
-import jdk.test.lib.*;
+
+package compiler.startup;
+
+import jdk.test.lib.OutputAnalyzer;
+import jdk.test.lib.Platform;
+import jdk.test.lib.ProcessTools;
 
 public class NumCompilerThreadsCheck {