aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party
diff options
context:
space:
mode:
authorGravatar Liam Miller-Cushon <cushon@google.com>2017-08-22 01:48:38 +0200
committerGravatar Damien Martin-Guillerez <dmarting@google.com>2017-08-22 09:15:28 +0200
commite2eea44b6938bff56eafbd2a8d7beb751a925582 (patch)
treeaa281d2e814f25267f5715909a6c60f563877134 /third_party
parent5a49584cb40a7a474dd2f275e7fedbe9e7ef3531 (diff)
Update javac version to 9-dev-r4023-3
Change-Id: If9373f81193050009432759da6299f1382e587ec PiperOrigin-RevId: 165994437
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-r4023-2.srcjarbin6756453 -> 0 bytes
-rw-r--r--third_party/java/jdk/langtools/javac-9-dev-r4023-3.jar (renamed from third_party/java/jdk/langtools/javac-9-dev-r4023-2.jar)bin6842614 -> 6848376 bytes
-rw-r--r--third_party/java/jdk/langtools/javac-9-dev-r4023-3.srcjarbin0 -> 4341922 bytes
6 files changed, 6 insertions, 6 deletions
diff --git a/third_party/README.md b/third_party/README.md
index 9ef8ab632d..b18c2be9d7 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: 9-dev-r4023-2 (javac-9-dev-r4023-2.jar)
+* Version: 9-dev-r4023-3 (javac-9-dev-r4023-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 74c0762e5f..f158d77ee6 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-r4023-2.jar) is the
+compiler used (//third_party/java/jdk/langtools/javac-9-dev-r4023-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 8e727ed072..668c74d44d 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-r4023-2.jar",
- "javac-9-dev-r4023-2.srcjar",
+ "javac-9-dev-r4023-3.jar",
+ "javac-9-dev-r4023-3.srcjar",
],
}),
)
java_import(
name = "javac",
- jars = ["javac-9-dev-r4023-2.jar"],
+ jars = ["javac-9-dev-r4023-3.jar"],
)
filegroup(
name = "javac_jar",
srcs = select({
"//tools/jdk:jdk7": ["javac7.jar"],
- "//conditions:default": ["javac-9-dev-r4023-2.jar"],
+ "//conditions:default": ["javac-9-dev-r4023-3.jar"],
}),
)
diff --git a/third_party/java/jdk/langtools/javac-9-dev-r4023-2.srcjar b/third_party/java/jdk/langtools/javac-9-dev-r4023-2.srcjar
deleted file mode 100644
index da27481622..0000000000
--- a/third_party/java/jdk/langtools/javac-9-dev-r4023-2.srcjar
+++ /dev/null
Binary files differ
diff --git a/third_party/java/jdk/langtools/javac-9-dev-r4023-2.jar b/third_party/java/jdk/langtools/javac-9-dev-r4023-3.jar
index 65a195d6b1..362885da49 100644
--- a/third_party/java/jdk/langtools/javac-9-dev-r4023-2.jar
+++ b/third_party/java/jdk/langtools/javac-9-dev-r4023-3.jar
Binary files differ
diff --git a/third_party/java/jdk/langtools/javac-9-dev-r4023-3.srcjar b/third_party/java/jdk/langtools/javac-9-dev-r4023-3.srcjar
new file mode 100644
index 0000000000..6a9e39d52b
--- /dev/null
+++ b/third_party/java/jdk/langtools/javac-9-dev-r4023-3.srcjar
Binary files differ