< prev index next >

test/compiler/whitebox/DeoptimizeFramesTest.java

Print this page

        

@@ -23,11 +23,11 @@
 
 /*
  * @test DeoptimizeFramesTest
  * @bug 8028595
  * @library /testlibrary /../../test/lib
- * @build DeoptimizeFramesTest
+ * @build com.oracle.java.testlibrary.* DeoptimizeFramesTest
  * @run main ClassFileInstaller sun.hotspot.WhiteBox
  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions
  *                   -XX:+WhiteBoxAPI -Xmixed
  *                   -XX:CompileCommand=compileonly,DeoptimizeFramesTest$TestCaseImpl::method
< prev index next >