hotspot/test/compiler/tiered/ConstantGettersTransitionsTest.java
changeset 39438 206a712f8f16
parent 38033 996ce936543f
child 40059 c2304140ed64
--- a/hotspot/test/compiler/tiered/ConstantGettersTransitionsTest.java	Wed Jun 22 21:24:07 2016 +0300
+++ b/hotspot/test/compiler/tiered/ConstantGettersTransitionsTest.java	Wed Jun 22 00:29:32 2016 +0300
@@ -21,13 +21,9 @@
  * questions.
  */
 
-import java.lang.reflect.Executable;
-import java.util.concurrent.Callable;
-import compiler.whitebox.CompilerWhiteBoxTest;
-
 /**
  * @test ConstantGettersTransitionsTest
- * @library /testlibrary /test/lib /compiler/whitebox /
+ * @library /testlibrary /test/lib /
  * @modules java.base/jdk.internal.misc
  *          java.management
  * @build TransitionsTestExecutor ConstantGettersTransitionsTest
@@ -38,6 +34,11 @@
  *                   TransitionsTestExecutor ConstantGettersTransitionsTest
  * @summary Test the correctness of compilation level transitions for constant getters methods
  */
+
+import java.lang.reflect.Executable;
+import java.util.concurrent.Callable;
+import compiler.whitebox.CompilerWhiteBoxTest;
+
 public class ConstantGettersTransitionsTest extends LevelTransitionTest {
     public static void main(String[] args) {
         assert (!CompilerWhiteBoxTest.skipOnTieredCompilation(false));