< prev index next >

test/compiler/tiered/LevelTransitionTest.java

Print this page

        

@@ -27,11 +27,11 @@
 import java.util.concurrent.Callable;
 
 /**
  * @test LevelTransitionTest
  * @library /testlibrary /../../test/lib /compiler/whitebox
- * @build TransitionsTestExecutor LevelTransitionTest
+ * @build com.oracle.java.testlibrary.* TransitionsTestExecutor LevelTransitionTest
  * @run main ClassFileInstaller sun.hotspot.WhiteBox sun.hotspot.WhiteBox$WhiteBoxPermission
  * @run main/othervm/timeout=240 -Xmixed -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions
  *                   -XX:+WhiteBoxAPI -XX:+TieredCompilation
  *                   -XX:CompileCommand=compileonly,SimpleTestCase$Helper::*
  *                   -XX:CompileCommand=compileonly,ExtendedTestCase$CompileMethodHolder::*
< prev index next >