test/runtime/SharedArchiveFile/ArchiveDoesNotExist.java

Print this page

        

*** 25,34 **** --- 25,35 ---- * @test ArchiveDoesNotExist * @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. + * @requires (vm.opt.UseCompressedOops == null) | (vm.opt.UseCompressedOops == true) * @library /test/lib * @modules java.base/jdk.internal.misc * java.management * @run main ArchiveDoesNotExist */