hotspot/test/compiler/arguments/CheckCompileThresholdScaling.java
changeset 40631 ed82623d7831
parent 40072 08c515bbbdea
--- a/hotspot/test/compiler/arguments/CheckCompileThresholdScaling.java	Fri Aug 19 01:20:39 2016 -0400
+++ b/hotspot/test/compiler/arguments/CheckCompileThresholdScaling.java	Fri Aug 19 10:06:30 2016 -0400
@@ -25,7 +25,7 @@
  * @test CheckCompileThresholdScaling
  * @bug 8059604
  * @summary Add CompileThresholdScaling flag to control when methods are first compiled (with +/-TieredCompilation)
- * @library /testlibrary
+ * @library /test/lib
  * @modules java.base/jdk.internal.misc
  *          java.management
  * @run driver compiler.arguments.CheckCompileThresholdScaling
@@ -33,8 +33,8 @@
 
 package compiler.arguments;
 
-import jdk.test.lib.OutputAnalyzer;
-import jdk.test.lib.ProcessTools;
+import jdk.test.lib.process.OutputAnalyzer;
+import jdk.test.lib.process.ProcessTools;
 
 public class CheckCompileThresholdScaling {