Lines Matching full:jdk
20 # JVM options, without patching java.compiler and jdk.compiler modules.
23 "--add-exports=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED",
24 "--add-exports=jdk.compiler/com.sun.tools.javac.main=ALL-UNNAMED",
25 "--add-exports=jdk.compiler/com.sun.tools.javac.model=ALL-UNNAMED",
26 "--add-exports=jdk.compiler/com.sun.tools.javac.processing=ALL-UNNAMED",
27 "--add-exports=jdk.compiler/com.sun.tools.javac.resources=ALL-UNNAMED",
28 "--add-exports=jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED",
29 "--add-exports=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED",
30 "--add-opens=jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED",
31 "--add-opens=jdk.compiler/com.sun.tools.javac.comp=ALL-UNNAMED",
32 "--add-opens=jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED",
33 "--add-opens=jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED",
48 # Since https://bugs.openjdk.org/browse/JDK-8153723, JVM logging goes to stdout. This
114 # It uses the version of internal javac from the `--host_javabase` JDK instead
119 # versions newer than the current JDK.
176 toolchain_type = Label("@bazel_tools//tools/jdk:toolchain_type"),
190 toolchain_type = Label("@bazel_tools//tools/jdk:toolchain_type"),