Lines Matching full:jdk
21 // Use JDK 17 for this module, via a toolchain
43 …// to expose necessary JDK types on JDK 16+; see https://errorprone.info/docs/installation#java-9-…
45 "--add-exports=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED",
46 "--add-exports=jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED",
47 "--add-exports=jdk.compiler/com.sun.tools.javac.main=ALL-UNNAMED",
48 "--add-exports=jdk.compiler/com.sun.tools.javac.model=ALL-UNNAMED",
49 "--add-exports=jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED",
50 "--add-exports=jdk.compiler/com.sun.tools.javac.processing=ALL-UNNAMED",
51 "--add-exports=jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED",
52 "--add-exports=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED",
53 "--add-opens=jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED",
54 "--add-opens=jdk.compiler/com.sun.tools.javac.comp=ALL-UNNAMED",