< prev index next >

test/hotspot/jtreg/runtime/cds/serviceability/ReplaceCriticalClasses.java

Print this page
@@ -170,14 +170,11 @@
                         agent);
          if (whitebox) {
              opts.addSuffix("-XX:+WhiteBoxAPI",
                             "-Xbootclasspath/a:" + ClassFileInstaller.getJarPath("whitebox.jar"));
          }
-         if (subgraph) {
-             opts.addSuffix("-Xlog:cds,cds+heap");
-         }
- 
+         opts.addSuffix("-Xlog:cds,cds+heap");
          opts.addSuffix("ReplaceCriticalClasses",
                         "child",
                         shared,
                         klassName);
  
< prev index next >