common/autoconf/generated-configure.sh
changeset 43926 55bfd293eb16
parent 43925 3c0049f39b20
child 43927 f97a7c02d349
equal deleted inserted replaced
43781:a36b72c53986 43926:55bfd293eb16
  5168 # definitions. It is replaced with custom functionality when building
  5168 # definitions. It is replaced with custom functionality when building
  5169 # custom sources.
  5169 # custom sources.
  5170 #CUSTOM_AUTOCONF_INCLUDE
  5170 #CUSTOM_AUTOCONF_INCLUDE
  5171 
  5171 
  5172 # Do not change or remove the following line, it is needed for consistency checks:
  5172 # Do not change or remove the following line, it is needed for consistency checks:
  5173 DATE_WHEN_GENERATED=1486679715
  5173 DATE_WHEN_GENERATED=1487384601
  5174 
  5174 
  5175 ###############################################################################
  5175 ###############################################################################
  5176 #
  5176 #
  5177 # Initialization / Boot-strapping
  5177 # Initialization / Boot-strapping
  5178 #
  5178 #
 52641 
 52641 
 52642   if test "x$ENABLE_AOT" = "xtrue"; then
 52642   if test "x$ENABLE_AOT" = "xtrue"; then
 52643     # Only enable AOT on linux-X64.
 52643     # Only enable AOT on linux-X64.
 52644     if test "x$OPENJDK_TARGET_OS-$OPENJDK_TARGET_CPU" = "xlinux-x86_64"; then
 52644     if test "x$OPENJDK_TARGET_OS-$OPENJDK_TARGET_CPU" = "xlinux-x86_64"; then
 52645       if test -e "$HOTSPOT_TOPDIR/src/jdk.aot"; then
 52645       if test -e "$HOTSPOT_TOPDIR/src/jdk.aot"; then
 52646         if test -e "$HOTSPOT_TOPDIR/src/jdk.vm.compiler"; then
 52646         if test -e "$HOTSPOT_TOPDIR/src/jdk.internal.vm.compiler"; then
 52647           ENABLE_AOT="true"
 52647           ENABLE_AOT="true"
 52648         else
 52648         else
 52649           ENABLE_AOT="false"
 52649           ENABLE_AOT="false"
 52650           if test "x$enable_aot" = "xyes"; then
 52650           if test "x$enable_aot" = "xyes"; then
 52651             as_fn_error $? "Cannot build AOT without hotspot/src/jdk.vm.compiler sources. Remove --enable-aot." "$LINENO" 5
 52651             as_fn_error $? "Cannot build AOT without hotspot/src/jdk.internal.vm.compiler sources. Remove --enable-aot." "$LINENO" 5
 52652           fi
 52652           fi
 52653         fi
 52653         fi
 52654       else
 52654       else
 52655         ENABLE_AOT="false"
 52655         ENABLE_AOT="false"
 52656         if test "x$enable_aot" = "xyes"; then
 52656         if test "x$enable_aot" = "xyes"; then
 64377     JVM_FEATURES_jvmci="jvmci"
 64377     JVM_FEATURES_jvmci="jvmci"
 64378   else
 64378   else
 64379     JVM_FEATURES_jvmci=""
 64379     JVM_FEATURES_jvmci=""
 64380   fi
 64380   fi
 64381 
 64381 
 64382   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if jdk.vm.compiler should be built" >&5
 64382   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if jdk.internal.vm.compiler should be built" >&5
 64383 $as_echo_n "checking if jdk.vm.compiler should be built... " >&6; }
 64383 $as_echo_n "checking if jdk.internal.vm.compiler should be built... " >&6; }
 64384   if   [[ " $JVM_FEATURES " =~ " graal " ]]  ; then
 64384   if   [[ " $JVM_FEATURES " =~ " graal " ]]  ; then
 64385     { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes, forced" >&5
 64385     { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes, forced" >&5
 64386 $as_echo "yes, forced" >&6; }
 64386 $as_echo "yes, forced" >&6; }
 64387     if test "x$JVM_FEATURES_jvmci" != "xjvmci" ; then
 64387     if test "x$JVM_FEATURES_jvmci" != "xjvmci" ; then
 64388       as_fn_error $? "Specified JVM feature 'graal' requires feature 'jvmci'" "$LINENO" 5
 64388       as_fn_error $? "Specified JVM feature 'graal' requires feature 'jvmci'" "$LINENO" 5