@@ -251,6 +251,8 @@ var getJibProfilesCommon = function (input, data) {
251
251
configure_args : concat ( "--enable-jtreg-failure-handler" ,
252
252
"--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" ,
253
253
"--disable-manpages" ,
254
+ "--disable-jvm-feature-aot" ,
255
+ "--disable-jvm-feature-graal" ,
254
256
"--disable-jvm-feature-shenandoahgc" ,
255
257
versionArgs ( input , common ) )
256
258
} ;
@@ -404,7 +406,7 @@ var getJibProfilesProfiles = function (input, common, data) {
404
406
"linux-x64" : {
405
407
target_os : "linux" ,
406
408
target_cpu : "x64" ,
407
- dependencies : [ "devkit" , "gtest" , "graphviz" , "pandoc" , "graalunit_lib" ] ,
409
+ dependencies : [ "devkit" , "gtest" , "graphviz" , "pandoc" ] ,
408
410
configure_args : concat ( common . configure_args_64bit ,
409
411
"--with-zlib=system" , "--disable-dtrace" ,
410
412
( isWsl ( input ) ? [ "--host=x86_64-unknown-linux-gnu" ,
@@ -423,7 +425,7 @@ var getJibProfilesProfiles = function (input, common, data) {
423
425
"macosx-x64" : {
424
426
target_os : "macosx" ,
425
427
target_cpu : "x64" ,
426
- dependencies : [ "devkit" , "gtest" , "pandoc" , "graalunit_lib" ] ,
428
+ dependencies : [ "devkit" , "gtest" , "pandoc" ] ,
427
429
configure_args : concat ( common . configure_args_64bit , "--with-zlib=system" ,
428
430
"--with-macosx-version-max=10.9.0" ,
429
431
// Use system SetFile instead of the one in the devkit as the
@@ -434,7 +436,7 @@ var getJibProfilesProfiles = function (input, common, data) {
434
436
"windows-x64" : {
435
437
target_os : "windows" ,
436
438
target_cpu : "x64" ,
437
- dependencies : [ "devkit" , "gtest" , "pandoc" , "graalunit_lib" ] ,
439
+ dependencies : [ "devkit" , "gtest" , "pandoc" ] ,
438
440
configure_args : concat ( common . configure_args_64bit ) ,
439
441
} ,
440
442
@@ -454,8 +456,6 @@ var getJibProfilesProfiles = function (input, common, data) {
454
456
configure_args : [
455
457
"--openjdk-target=aarch64-linux-gnu" ,
456
458
"--disable-jvm-feature-jvmci" ,
457
- "--disable-jvm-feature-graal" ,
458
- "--disable-jvm-feature-aot" ,
459
459
] ,
460
460
} ,
461
461
@@ -1152,15 +1152,6 @@ var getJibProfilesDependencies = function (input, common) {
1152
1152
configure_args : "" ,
1153
1153
} ,
1154
1154
1155
- graalunit_lib : {
1156
- organization : common . organization ,
1157
- ext : "zip" ,
1158
- revision : "619_Apr_12_2018" ,
1159
- module : "graalunit-lib" ,
1160
- configure_args : "--with-graalunit-lib=" + input . get ( "graalunit_lib" , "install_path" ) ,
1161
- environment_name : "GRAALUNIT_LIB"
1162
- } ,
1163
-
1164
1155
gtest : {
1165
1156
organization : common . organization ,
1166
1157
ext : "tar.gz" ,
0 commit comments