< prev index next >

langtools/test/tools/javac/diags/examples/XaddexportsTooMany.java

Print this page

        

*** 20,28 **** * or visit www.oracle.com if you need additional information or have any * questions. */ // key: compiler.err.xaddexports.too.many ! // options: -XaddExports:jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED -XaddExports:jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED public class XaddexportsTooMany { } --- 20,28 ---- * or visit www.oracle.com if you need additional information or have any * questions. */ // key: compiler.err.xaddexports.too.many ! // options: --add-exports jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED --add-exports jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED public class XaddexportsTooMany { }
< prev index next >