aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/java/jdk/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/java/jdk/README.md')
-rw-r--r--third_party/java/jdk/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/java/jdk/README.md b/third_party/java/jdk/README.md
index 032acfb839..74c0762e5f 100644
--- a/third_party/java/jdk/README.md
+++ b/third_party/java/jdk/README.md
@@ -10,7 +10,7 @@ version of the JRE. Those builds are vendored in
//third_party/java/jdk/langtools.
Currently Bazel supports running on a JRE 8 only because the default Java
-compiler used (//third_party/java/jdk/langtools/javac-9-dev-r3297-4.jar) is the
+compiler used (//third_party/java/jdk/langtools/javac-9-dev-r4023-2.jar) is the
Java compiler of OpenJDK 9 compiled to run on a JRE 8. This cannot
be built to run on a JRE 7 because of code incompatibility. Bazel's
JavaBuilder at HEAD cannot be linked with earlier version of the