OpenJDK / jdk / jdk
changeset 53711:8041cefba76b
8218692: Switch to JCov build which supports byte code version 57
Reviewed-by: erikj
author | shurailine |
---|---|
date | Fri, 08 Feb 2019 05:46:11 -0900 |
parents | 49adf961fcb1 |
children | e7d81a810546 |
files | make/conf/jib-profiles.js |
diffstat | 1 files changed, 11 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/make/conf/jib-profiles.js Fri Feb 08 13:39:22 2019 -0800 +++ b/make/conf/jib-profiles.js Fri Feb 08 05:46:11 2019 -0900 @@ -944,11 +944,17 @@ }, jcov: { - server: "jpg", - product: "jcov", - version: "3.0", - build_number: "b07", - file: "bundles/jcov-3_0.zip", + // Until an official build of JCov is available, use custom + // build to support classfile version 57. + // See CODETOOLS-7902358 for more info. + // server: "jpg", + // product: "jcov", + // version: "3.0", + // build_number: "b07", + // file: "bundles/jcov-3_0.zip", + organization: common.organization, + revision: "3.0-57-support+1.0", + ext: "zip", environment_name: "JCOV_HOME", },