hotspot/test/compiler/startup/NumCompilerThreadsCheck.java
changeset 36851 03e2f4d0a421
parent 31371 311143309e73
child 40059 c2304140ed64
--- a/hotspot/test/compiler/startup/NumCompilerThreadsCheck.java	Sat Apr 09 23:03:25 2016 +0100
+++ b/hotspot/test/compiler/startup/NumCompilerThreadsCheck.java	Sat Apr 09 23:03:39 2016 +0100
@@ -26,7 +26,7 @@
  * @bug 8034775
  * @summary Ensures correct minimal number of compiler threads (provided by -XX:CICompilerCount=)
  * @library /testlibrary
- * @modules java.base/sun.misc
+ * @modules java.base/jdk.internal.misc
  *          java.management
  */
 import jdk.test.lib.*;