< prev index next >

test/runtime/SharedArchiveFile/ArchiveDoesNotExist.java

Print this page

        

@@ -26,10 +26,11 @@
  * @summary Test how VM handles "file does not exist" situation while
  *          attempting to use CDS archive. JVM should exit gracefully
  *          when sharing mode is ON, and continue w/o sharing if sharing
  *          mode is AUTO.
  * @library /testlibrary
+ * @build com.oracle.java.testlibrary.*
  * @run main ArchiveDoesNotExist
  */
 
 import com.oracle.java.testlibrary.*;
 import java.io.File;
< prev index next >