< prev index next >

test/hotspot/jtreg/gc/TestAllocateHeapAtMultiple.java

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

*** 38,48 **** import java.util.ArrayList; import java.util.Collections; public class TestAllocateHeapAtMultiple { public static void main(String args[]) throws Exception { ! ArrayList<String> vmOpts = new ArrayList(); String[] testVmOpts = null; String test_dir = System.getProperty("test.dir", "."); String testVmOptsStr = System.getProperty("test.java.opts"); --- 38,48 ---- import java.util.ArrayList; import java.util.Collections; public class TestAllocateHeapAtMultiple { public static void main(String args[]) throws Exception { ! ArrayList<String> vmOpts = new ArrayList<>(); String[] testVmOpts = null; String test_dir = System.getProperty("test.dir", "."); String testVmOptsStr = System.getProperty("test.java.opts");
< prev index next >