< prev index next > test/hotspot/jtreg/compiler/lib/ir_framework/TestFramework.java
Print this page
"UseSSE",
"UseSVE",
"UseZbb",
"UseRVV",
"Xlog",
! "LogCompilation"
)
);
public static final boolean VERBOSE = Boolean.getBoolean("Verbose");
public static final boolean TESTLIST = !System.getProperty("Test", "").isEmpty();
"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 >