common/autoconf/generated-configure.sh
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File hs_021317 Cdiff common/autoconf/generated-configure.sh

common/autoconf/generated-configure.sh

Print this page

        

*** 5168,5178 **** # definitions. It is replaced with custom functionality when building # custom sources. #CUSTOM_AUTOCONF_INCLUDE # Do not change or remove the following line, it is needed for consistency checks: ! DATE_WHEN_GENERATED=1487032350 ############################################################################### # # Initialization / Boot-strapping # --- 5168,5178 ---- # definitions. It is replaced with custom functionality when building # custom sources. #CUSTOM_AUTOCONF_INCLUDE # Do not change or remove the following line, it is needed for consistency checks: ! DATE_WHEN_GENERATED=1487037430 ############################################################################### # # Initialization / Boot-strapping #
*** 52641,52656 **** if test "x$ENABLE_AOT" = "xtrue"; then # Only enable AOT on linux-X64. if test "x$OPENJDK_TARGET_OS-$OPENJDK_TARGET_CPU" = "xlinux-x86_64"; then if test -e "$HOTSPOT_TOPDIR/src/jdk.aot"; then ! if test -e "$HOTSPOT_TOPDIR/src/jdk.vm.compiler"; then ENABLE_AOT="true" else ENABLE_AOT="false" if test "x$enable_aot" = "xyes"; then ! as_fn_error $? "Cannot build AOT without hotspot/src/jdk.vm.compiler sources. Remove --enable-aot." "$LINENO" 5 fi fi else ENABLE_AOT="false" if test "x$enable_aot" = "xyes"; then --- 52641,52656 ---- if test "x$ENABLE_AOT" = "xtrue"; then # Only enable AOT on linux-X64. if test "x$OPENJDK_TARGET_OS-$OPENJDK_TARGET_CPU" = "xlinux-x86_64"; then if test -e "$HOTSPOT_TOPDIR/src/jdk.aot"; then ! if test -e "$HOTSPOT_TOPDIR/src/jdk.internal.vm.compiler"; then ENABLE_AOT="true" else ENABLE_AOT="false" if test "x$enable_aot" = "xyes"; then ! as_fn_error $? "Cannot build AOT without hotspot/src/jdk.internal.vm.compiler sources. Remove --enable-aot." "$LINENO" 5 fi fi else ENABLE_AOT="false" if test "x$enable_aot" = "xyes"; then
*** 64377,64388 **** JVM_FEATURES_jvmci="jvmci" else JVM_FEATURES_jvmci="" fi ! { $as_echo "$as_me:${as_lineno-$LINENO}: checking if jdk.vm.compiler should be built" >&5 ! $as_echo_n "checking if jdk.vm.compiler should be built... " >&6; } if [[ " $JVM_FEATURES " =~ " graal " ]] ; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes, forced" >&5 $as_echo "yes, forced" >&6; } if test "x$JVM_FEATURES_jvmci" != "xjvmci" ; then as_fn_error $? "Specified JVM feature 'graal' requires feature 'jvmci'" "$LINENO" 5 --- 64377,64388 ---- JVM_FEATURES_jvmci="jvmci" else JVM_FEATURES_jvmci="" fi ! { $as_echo "$as_me:${as_lineno-$LINENO}: checking if jdk.internal.vm.compiler should be built" >&5 ! $as_echo_n "checking if jdk.internal.vm.compiler should be built... " >&6; } if [[ " $JVM_FEATURES " =~ " graal " ]] ; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes, forced" >&5 $as_echo "yes, forced" >&6; } if test "x$JVM_FEATURES_jvmci" != "xjvmci" ; then as_fn_error $? "Specified JVM feature 'graal' requires feature 'jvmci'" "$LINENO" 5
common/autoconf/generated-configure.sh
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File