aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoramurillo <none@none>2016-06-06 09:58:03 -0700
committeramurillo <none@none>2016-06-06 09:58:03 -0700
commit56e9aaf0084ed7203c160179abd44a87fe4aefcf (patch)
tree6c4f78ce75972a1ee06d8d0b2cfd8ff33db34479
parent29494fcb96bae7a86cb1fc9b1d24f5121cdd2734 (diff)
parenta905f2011fb91d2f9e0c12c2ebdb314e0c073e9e (diff)
downloadjdk9-jdk-9+122.tar.gz
-rw-r--r--.hgtags1
-rw-r--r--common/conf/jib-profiles.js3
2 files changed, 3 insertions, 1 deletions
diff --git a/.hgtags b/.hgtags
index cdd21c1..e2dc6b4 100644
--- a/.hgtags
+++ b/.hgtags
@@ -363,3 +363,4 @@ e882bcdbdac436523f3d5681611d3118a3804ea7 jdk-9+117
047f95de8f918d8ff5e8cd2636a2abb5c3c8adb8 jdk-9+118
3463a3f14f0f0e8a68f29ac6405454f2fa2f598a jdk-9+119
647e0142a5a52749db572b5e6638d561def6479e jdk-9+120
+cae471d3b87783e0a3deea658e1e1c84b2485b6c jdk-9+121
diff --git a/common/conf/jib-profiles.js b/common/conf/jib-profiles.js
index 2d752fd..e495b30 100644
--- a/common/conf/jib-profiles.js
+++ b/common/conf/jib-profiles.js
@@ -318,7 +318,8 @@ var getJibProfilesProfiles = function (input, common) {
},
"linux-x86-open": {
- default_make_targets: "profiles"
+ default_make_targets: "profiles",
+ configure_args: "--with-jvm-variants=client,server"
}
};
var openOnlyProfiles = concatObjects(openOnlyProfiles, openOnlyProfilesExtra);