test/hotspot/jtreg/runtime/appcds/TestCommon.java
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File open Cdiff test/hotspot/jtreg/runtime/appcds/TestCommon.java

test/hotspot/jtreg/runtime/appcds/TestCommon.java

Print this page

        

*** 131,141 **** cmd.add("-cp"); cmd.add("\"\""); } cmd.add("-Xshare:dump"); - cmd.add("-Xlog:cds,cds+hashtables"); cmd.add("-XX:ExtraSharedClassListFile=" + classList.getPath()); if (opts.archiveName == null) opts.archiveName = getCurrentArchiveName(); --- 131,140 ----
test/hotspot/jtreg/runtime/appcds/TestCommon.java
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File