< prev index next >

test/hotspot/jtreg/gc/nvdimm/TestOldObjectsOnNvdimm.java

8217332: JTREG: Clean up, use generics instead of raw types

*** 50,60 **** public static final int ALLOCATION_SIZE = 100; private static ArrayList<String> testOpts; public static void main(String args[]) throws Exception { ! testOpts = new ArrayList(); String[] common_options = new String[] { "-Xbootclasspath/a:.", "-XX:+UnlockExperimentalVMOptions", "-XX:+UnlockDiagnosticVMOptions", --- 50,60 ---- public static final int ALLOCATION_SIZE = 100; private static ArrayList<String> testOpts; public static void main(String args[]) throws Exception { ! testOpts = new ArrayList<>(); String[] common_options = new String[] { "-Xbootclasspath/a:.", "-XX:+UnlockExperimentalVMOptions", "-XX:+UnlockDiagnosticVMOptions",
< prev index next >