tree: c3e31b5e3f803db7649ed61bb1e7527277d5fc5b [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.