8264863: Update JCov version to support JDK 17

Reviewed-by: erikj
This commit is contained in:
Alexandre Iline 2021-04-07 18:41:54 +00:00
parent 774e5ae009
commit ab3be7286a

View File

@ -1120,8 +1120,7 @@ var getJibProfilesDependencies = function (input, common) {
}, },
jcov: { jcov: {
// Until an official build of JCov is available, use custom // Use custom build of JCov
// build to support classfile version 60.
// See CODETOOLS-7902734 for more info. // See CODETOOLS-7902734 for more info.
// server: "jpg", // server: "jpg",
// product: "jcov", // product: "jcov",
@ -1129,7 +1128,7 @@ var getJibProfilesDependencies = function (input, common) {
// build_number: "b07", // build_number: "b07",
// file: "bundles/jcov-3_0.zip", // file: "bundles/jcov-3_0.zip",
organization: common.organization, organization: common.organization,
revision: "3.0-60-support+1.0", revision: "3.0-7-jdk-asm+1.0",
ext: "zip", ext: "zip",
environment_name: "JCOV_HOME", environment_name: "JCOV_HOME",
}, },