< prev index next >

test/compiler/codecache/CheckUpperLimit.java

Print this page

        

@@ -24,10 +24,12 @@
 /*
  * @test
  * @bug 8015635
  * @summary Test ensures that the ReservedCodeCacheSize is at most MAXINT
  * @library /testlibrary
+ * @build com.oracle.java.testlibrary.*
+ * @run main/othervm CheckUpperLimit
  *
  */
 import com.oracle.java.testlibrary.*;
 
 public class CheckUpperLimit {
< prev index next >