< prev index next >

test/tools/javac/processing/model/testgetallmembers/Main.java

Print this page

        

*** 62,72 **** static int progress = 0; static JavaCompiler tool; static JavacTask javac; static Elements elements; ! static List<String> addmods_ALL_SYSTEM = Arrays.asList("-addmods", "ALL-SYSTEM"); public static void main(String[] args) throws Exception { JavaCompiler tool = ToolProvider.getSystemJavaCompiler(); try (StandardJavaFileManager fm = tool.getStandardFileManager(null, null, null)) { fm.setLocation(CLASS_PATH, Collections.<File>emptyList()); --- 62,72 ---- static int progress = 0; static JavaCompiler tool; static JavacTask javac; static Elements elements; ! static List<String> addmods_ALL_SYSTEM = Arrays.asList("--add-modules", "ALL-SYSTEM"); public static void main(String[] args) throws Exception { JavaCompiler tool = ToolProvider.getSystemJavaCompiler(); try (StandardJavaFileManager fm = tool.getStandardFileManager(null, null, null)) { fm.setLocation(CLASS_PATH, Collections.<File>emptyList());
< prev index next >