< prev index next >

make/conf/jib-profiles.js

Print this page
rev 52573 : 8061281: Microbenchmark suite build support, directory layout and sample benchmarks
8061282: Migrate jmh-jdk-microbenchmarks into the JDK
Reviewed-by: ecaspole, mchung, erikj, ihse
Contributed-by: magnus.ihse.bursie@oracle.com, erik.joelsson@oracle.com, claes.redestad@oracle.com, sfriberg@kth.se

*** 241,251 **** "linux-aarch64", "linux-arm32" ]; // These are the base setttings for all the main build profiles. common.main_profile_base = { ! dependencies: ["boot_jdk", "gnumake", "jtreg", "jib", "autoconf"], 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", "--disable-manpages", versionArgs(input, common)) --- 241,251 ---- "linux-aarch64", "linux-arm32" ]; // These are the base setttings for all the main build profiles. common.main_profile_base = { ! dependencies: ["boot_jdk", "gnumake", "jtreg", "jib", "autoconf", "jmh"], 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", "--disable-manpages", versionArgs(input, common))
*** 890,899 **** --- 890,905 ---- file: "jtreg_bin-4.2.zip", environment_name: "JT_HOME", environment_path: input.get("jtreg", "install_path") + "/jtreg/bin" }, + jmh: { + organization: common.organization, + ext: "tar.gz", + revision: "1.21+1.0" + }, + gnumake: { organization: common.organization, ext: "tar.gz", revision: "4.0+1.0",
< prev index next >