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