tree: fb0e03c3d31547786d782eb1f0dc1719b4b3d998 [path history] [tgz]
  1. langtools/
  2. README.md
third_party/java/jdk/README.md

Java compilers in Bazel

Bazel compiles Java code using a custom builder. This builder is called JavaBuilder and its code lies in //src/java_tools/buildjar. To build Java code, JavaBuilder use the Java compiler from the JDK. To support ErrorProne checks, we vendor a custom build of the Java compiler code. This is the raw version of the Java compiler from OpenJDK but compiled for a lower version of the JRE. Those builds are vendored in //third_party/java/jdk/langtools.