RFR JDK-8226359: Switch to JCov build which supports byte code version 58
Alexandre (Shura) Iline
alexandre.iline at oracle.com
Tue Jun 18 22:44:43 UTC 2019
Hi,
Can you please take a look on a small change to switch to a newer JCov build.
This is the whole change:
$ hg diff
diff -r 17f24c0e2f01 make/conf/jib-profiles.js
--- a/make/conf/jib-profiles.js Tue Jun 18 18:38:53 2019 +0100
+++ b/make/conf/jib-profiles.js Tue Jun 18 07:36:23 2019 -0800
@@ -1041,7 +1041,7 @@
// build_number: "b07",
// file: "bundles/jcov-3_0.zip",
organization: common.organization,
- revision: "3.0-57-support+1.0",
+ revision: "3.0-58-support+1.0",
ext: "zip",
environment_name: "JCOV_HOME",
},
Thank you.
Shura
Bug: https://bugs.openjdk.java.net/browse/JDK-8226359
More information about the build-dev
mailing list