< prev index next >

test/gc/metaspace/CompressedClassSpaceSizeInJmapHeap.java

Print this page

        

@@ -24,10 +24,11 @@
 /*
  * @test CompressedClassSpaceSizeInJmapHeap
  * @bug 8004924
  * @summary Checks that jmap -heap contains the flag CompressedClassSpaceSize
  * @library /testlibrary
+ * @build com.oracle.java.testlibrary.*
  * @run main/othervm -XX:+IgnoreUnrecognizedVMOptions -XX:CompressedClassSpaceSize=50m CompressedClassSpaceSizeInJmapHeap
  */
 
 import com.oracle.java.testlibrary.*;
 import java.nio.file.*;
< prev index next >