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