aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party
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
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')
-rw-r--r--third_party/README.md2
-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
5 files changed, 6 insertions, 6 deletions
diff --git a/third_party/README.md b/third_party/README.md
index cf9a7d2b87..afa5e049e8 100644
--- a/third_party/README.md
+++ b/third_party/README.md
@@ -166,7 +166,7 @@ a minimal set of extra dependencies.
## [javac](https://github.com/google/error-prone-javac)
-* Version: 1.9.0-dev-r2973-2 (javac7.jar) and 1.9.0-dev-r2644-2 (javac-9-dev-r3297-1.jar)
+* Version: 9-dev-r3297-3 (javac-9-dev-r3297-3.jar)
* License: GNU GPL v2 with Classpath exception (plus other licenses, see third_party/java/jdk/langtools/LICENSE file).
## [jarjar](https://code.google.com/p/jarjar/)
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