< prev index next >

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

Print this page

        

*** 20,28 **** * or visit www.oracle.com if you need additional information or have any * questions. */ // key: compiler.err.xaddreads.too.many ! // options: -XaddReads:jdk.compiler=ALL-UNNAMED -XaddReads:jdk.compiler=ALL-UNNAMED public class XaddreadsTooMany { } --- 20,28 ---- * or visit www.oracle.com if you need additional information or have any * questions. */ // key: compiler.err.xaddreads.too.many ! // options: --add-reads jdk.compiler=ALL-UNNAMED --add-reads jdk.compiler=ALL-UNNAMED public class XaddreadsTooMany { }
< prev index next >