Add jmh to jib profiles config JEP-230-microbenchmarks-branch
authorerikj
Mon, 01 Oct 2018 11:02:33 -0700
branchJEP-230-microbenchmarks-branch
changeset 56912 d434fc4d10aa
parent 56911 913e7f339280
child 56914 796f76953273
Add jmh to jib profiles config
make/conf/jib-profiles.js
--- a/make/conf/jib-profiles.js	Mon Oct 01 11:02:12 2018 -0700
+++ b/make/conf/jib-profiles.js	Mon Oct 01 11:02:33 2018 -0700
@@ -239,7 +239,7 @@
 
     // These are the base setttings for all the main build profiles.
     common.main_profile_base = {
-        dependencies: ["boot_jdk", "gnumake", "jtreg", "jib", "autoconf"],
+        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",
@@ -908,6 +908,12 @@
             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",