< prev index next >

test/tools/javac/T8010737/ParameterNamesAreNotCopiedToAnonymousInitTest.java

Print this page

        

*** 141,150 **** --- 141,151 ---- Iterable<? extends JavaFileObject> fos = fm.getJavaFileObjectsFromFiles( Arrays.asList(new File(System.getProperty("test.src"), this.getClass().getName() + ".java"))); java.util.List<String> options = Arrays.asList( + "--add-modules", "jdk.jdeps", "--add-exports", "jdk.jdeps/com.sun.tools.classfile=ALL-UNNAMED", "--add-exports", "jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED", "--add-exports", "jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED", "--add-exports", "jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED", "--add-exports", "jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED",
< prev index next >