From c04c838b875501a57a281da3b6ef93b55b9fdcf8 Mon Sep 17 00:00:00 2001 From: Erik Joelsson Date: Mon, 10 Dec 2018 09:51:23 -0800 Subject: [PATCH] 8215030: Disable shenandoah in Oracle builds Reviewed-by: kbarrett --- make/conf/jib-profiles.js | 1 + 1 file changed, 1 insertion(+) diff --git a/make/conf/jib-profiles.js b/make/conf/jib-profiles.js index ee543e1a968..8cf01a4e0eb 100644 --- a/make/conf/jib-profiles.js +++ b/make/conf/jib-profiles.js @@ -248,6 +248,7 @@ var getJibProfilesCommon = function (input, data) { 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", + "--with-jvm-features=-shenandoahgc", versionArgs(input, common)) }; // Extra settings for debug profiles