aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/java
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/java')
-rw-r--r--third_party/java/jdk/README.md2
-rw-r--r--third_party/java/jdk/langtools/BUILD8
-rw-r--r--third_party/java/jdk/langtools/javac-9-dev-r3297-3.jarbin0 -> 5096086 bytes
-rw-r--r--third_party/java/jdk/langtools/javac-9-dev-r3297-3.srcjarbin0 -> 3693828 bytes
4 files changed, 5 insertions, 5 deletions
diff --git a/third_party/java/jdk/README.md b/third_party/java/jdk/README.md
index 96881e66b8..84e59cf35b 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-1.jar) is the
+compiler used (//third_party/java/jdk/langtools/javac-9-dev-r3297-3.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
diff --git a/third_party/java/jdk/langtools/BUILD b/third_party/java/jdk/langtools/BUILD
index b529d2a45d..579adf4256 100644
--- a/third_party/java/jdk/langtools/BUILD
+++ b/third_party/java/jdk/langtools/BUILD
@@ -19,22 +19,22 @@ filegroup(
"//conditions:default": [
"BUILD",
"LICENSE",
- "javac-9-dev-r3297-1.jar",
- "javac-9-dev-r3297-1.srcjar",
+ "javac-9-dev-r3297-3.jar",
+ "javac-9-dev-r3297-3.srcjar",
],
}),
)
java_import(
name = "javac",
- jars = ["javac-9-dev-r3297-1.jar"],
+ jars = ["javac-9-dev-r3297-3.jar"],
)
filegroup(
name = "javac_jar",
srcs = select({
"//tools/jdk:jdk7": ["javac7.jar"],
- "//conditions:default": ["javac-9-dev-r3297-1.jar"],
+ "//conditions:default": ["javac-9-dev-r3297-3.jar"],
}),
)
diff --git a/third_party/java/jdk/langtools/javac-9-dev-r3297-3.jar b/third_party/java/jdk/langtools/javac-9-dev-r3297-3.jar
new file mode 100644
index 0000000000..9f612cd3bb
--- /dev/null
+++ b/third_party/java/jdk/langtools/javac-9-dev-r3297-3.jar
Binary files differ
diff --git a/third_party/java/jdk/langtools/javac-9-dev-r3297-3.srcjar b/third_party/java/jdk/langtools/javac-9-dev-r3297-3.srcjar
new file mode 100644
index 0000000000..2dea0ddabe
--- /dev/null
+++ b/third_party/java/jdk/langtools/javac-9-dev-r3297-3.srcjar
Binary files differ