This commit is contained in:
Alejandro Murillo 2016-06-06 09:58:03 -07:00
commit 4fd4759fdd
2 changed files with 3 additions and 1 deletions

View File

@ -363,3 +363,4 @@ e882bcdbdac436523f3d5681611d3118a3804ea7 jdk-9+117
047f95de8f918d8ff5e8cd2636a2abb5c3c8adb8 jdk-9+118
3463a3f14f0f0e8a68f29ac6405454f2fa2f598a jdk-9+119
647e0142a5a52749db572b5e6638d561def6479e jdk-9+120
cae471d3b87783e0a3deea658e1e1c84b2485b6c jdk-9+121

View File

@ -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);