< prev index next >

test/hotspot/jtreg/compiler/aot/fingerprint/CDSDumper.java

Print this page

        

@@ -51,11 +51,10 @@
 
         // Dump the archive
         ProcessBuilder pb = ProcessTools.createJavaProcessBuilder(
             heapsize,
             "-XX:+IgnoreUnrecognizedVMOptions",
-            "-XX:+UseAppCDS",
             "-cp", classpath,
             "-XX:ExtraSharedClassListFile=" + classlist,
             "-XX:SharedArchiveFile=" + archive,
             "-Xshare:dump",
             "-Xlog:gc+heap+coops",
< prev index next >