< prev index next >

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

Print this page

        

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