hotspot/test/compiler/tiered/NonTieredLevelsTest.java
changeset 39438 206a712f8f16
parent 38152 80e5da81fb2c
child 39696 80c9894e18f9
--- a/hotspot/test/compiler/tiered/NonTieredLevelsTest.java	Wed Jun 22 21:24:07 2016 +0300
+++ b/hotspot/test/compiler/tiered/NonTieredLevelsTest.java	Wed Jun 22 00:29:32 2016 +0300
@@ -21,12 +21,9 @@
  * questions.
  */
 
-import java.util.function.IntPredicate;
-import compiler.whitebox.CompilerWhiteBoxTest;
-
 /**
  * @test NonTieredLevelsTest
- * @library /testlibrary /test/lib /compiler/whitebox /
+ * @library /testlibrary /test/lib /
  * @modules java.base/jdk.internal.misc
  * @modules java.management
  * @build NonTieredLevelsTest
@@ -39,6 +36,10 @@
  * @summary Verify that only one level can be used
  * @author igor.ignatyev@oracle.com
  */
+
+import java.util.function.IntPredicate;
+import compiler.whitebox.CompilerWhiteBoxTest;
+
 public class NonTieredLevelsTest extends CompLevelsTest {
     private static final int AVAILABLE_COMP_LEVEL;
     private static final IntPredicate IS_AVAILABLE_COMPLEVEL;