< prev index next >

test/compiler/codecache/OverflowCodeCacheTest.java

Print this page

        

@@ -33,11 +33,11 @@
 
 /*
  * @test OverflowCodeCacheTest
  * @bug 8059550
  * @library /testlibrary /../../test/lib
- * @build OverflowCodeCacheTest
+ * @build com.oracle.java.testlibrary.* OverflowCodeCacheTest
  * @run main ClassFileInstaller sun.hotspot.WhiteBox
  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions
  *                   -XX:+WhiteBoxAPI -XX:CompileCommand=compileonly,null::*
  *                   -XX:-SegmentedCodeCache OverflowCodeCacheTest
< prev index next >