< prev index next >

test/hotspot/jtreg/compiler/lib/ir_framework/TestFramework.java

Print this page
*** 140,11 ***
                      "UseSSE",
                      "UseSVE",
                      "UseZbb",
                      "UseRVV",
                      "Xlog",
!                     "LogCompilation"
              )
      );
  
      public static final boolean VERBOSE = Boolean.getBoolean("Verbose");
      public static final boolean TESTLIST = !System.getProperty("Test", "").isEmpty();
--- 140,12 ---
                      "UseSSE",
                      "UseSVE",
                      "UseZbb",
                      "UseRVV",
                      "Xlog",
!                     "LogCompilation",
+                     "UseCompactObjectHeaders"
              )
      );
  
      public static final boolean VERBOSE = Boolean.getBoolean("Verbose");
      public static final boolean TESTLIST = !System.getProperty("Test", "").isEmpty();
< prev index next >