aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/java
diff options
context:
space:
mode:
authorGravatar Liam Miller-Cushon <cushon@google.com>2017-02-16 00:11:49 -0800
committerGravatar Damien Martin-Guillerez <dmarting@google.com>2017-02-22 13:03:53 +0100
commit2e689c29d5fc8a747216563235e905b1b62d63b0 (patch)
tree15528ba474239e0aface6489ada06a5c6100df92 /third_party/java
parent2fe062bf34657e1794dd83d09edbf6b2f6b4979f (diff)
Add javac-9-dev-r3297-3
https://github.com/google/error-prone-javac/archive/9-dev-r3297-3.zip Change-Id: I78b073c8db4a525d19b73650ed8d3a12b10ff86a
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