--- old/make/conf/jib-profiles.js 2018-11-27 07:42:54.083278259 -0800 +++ new/make/conf/jib-profiles.js 2018-11-27 07:42:53.867278260 -0800 @@ -243,7 +243,7 @@ // These are the base setttings for all the main build profiles. common.main_profile_base = { - dependencies: ["boot_jdk", "gnumake", "jtreg", "jib", "autoconf", "jmh"], + dependencies: ["boot_jdk", "gnumake", "jtreg", "jib", "autoconf", "jmh", "jcov"], default_make_targets: ["product-bundles", "test-bundles"], configure_args: concat(["--enable-jtreg-failure-handler"], "--with-exclude-translations=de,es,fr,it,ko,pt_BR,sv,ca,tr,cs,sk,ja_JP_A,ja_JP_HA,ja_JP_HI,ja_JP_I,zh_TW,zh_HK", @@ -898,6 +898,14 @@ revision: "1.21+1.0" }, + jcov: { + server: "jpg", + product: "jcov", + version: "3.0", + build_number: "b07", + file: "bundles/jcov-3_0.zip", + }, + gnumake: { organization: common.organization, ext: "tar.gz",