Skip to content

Commit

Permalink
Regenerated autoconf configure files after rebase
Browse files Browse the repository at this point in the history
Signed-off-by: Harpreet Kaur <[email protected]>
  • Loading branch information
harpreetbamrah committed May 13, 2022
1 parent 946c05a commit 1cef9f4
Showing 1 changed file with 35 additions and 33 deletions.
68 changes: 35 additions & 33 deletions jdk/make/closed/autoconf/generated-configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -895,9 +895,9 @@ CYGWIN_LINK
OUTPUT_ROOT
CONF_NAME
SPEC
OPENJ9_ENABLE_MICROJIT
WARNINGS_AS_ERRORS_OPENJ9
WARNINGS_AS_ERRORS_OMR
OPENJ9_ENABLE_MICROJIT
OPENJ9_ENABLE_OPENJDK_METHODHANDLES
OPENJ9_ENABLE_JITSERVER
HEALTHCENTER_JAR
Expand Down Expand Up @@ -4594,6 +4594,8 @@ VS_SDK_PLATFORM_NAME_2017=








Expand Down Expand Up @@ -16432,38 +16434,6 @@ $as_echo "no (default)" >&6; }



# Check whether --enable-microjit was given.
if test "${enable_microjit+set}" = set; then :
enableval=$enable_microjit;
fi


{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for microjit" >&5
$as_echo_n "checking for microjit... " >&6; }
OPENJ9_ENABLE_MICROJIT=false
if test "x$enable_microjit" = xyes ; then
if test "x$OPENJDK_TARGET_OS" = xlinux ; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes (explicitly enabled)" >&5
$as_echo "yes (explicitly enabled)" >&6; }
OPENJ9_ENABLE_MICROJIT=true
else
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no (unsupported platform)" >&5
$as_echo "no (unsupported platform)" >&6; }
as_fn_error $? "MicroJIT is unsupported for $OPENJDK_TARGET_OS" "$LINENO" 5
fi
elif test "x$enable_microjit" = xno ; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no (explicitly disabled)" >&5
$as_echo "no (explicitly disabled)" >&6; }
elif test "x$enable_microjit" = x ; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no (default)" >&5
$as_echo "no (default)" >&6; }
else
as_fn_error $? "--enable-microjit accepts no argument" "$LINENO" 5
fi




# Check whether --enable-warnings-as-errors-omr was given.
if test "${enable_warnings_as_errors_omr+set}" = set; then :
enableval=$enable_warnings_as_errors_omr;
Expand Down Expand Up @@ -16513,6 +16483,38 @@ $as_echo "yes (default)" >&6; }



# Check whether --enable-microjit was given.
if test "${enable_microjit+set}" = set; then :
enableval=$enable_microjit;
fi


{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for microjit" >&5
$as_echo_n "checking for microjit... " >&6; }
OPENJ9_ENABLE_MICROJIT=false
if test "x$enable_microjit" = xyes ; then
if test "x$OPENJDK_TARGET_OS" = xlinux ; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes (explicitly enabled)" >&5
$as_echo "yes (explicitly enabled)" >&6; }
OPENJ9_ENABLE_MICROJIT=true
else
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no (unsupported platform)" >&5
$as_echo "no (unsupported platform)" >&6; }
as_fn_error $? "MicroJIT is unsupported for $OPENJDK_TARGET_OS" "$LINENO" 5
fi
elif test "x$enable_microjit" = xno ; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no (explicitly disabled)" >&5
$as_echo "no (explicitly disabled)" >&6; }
elif test "x$enable_microjit" = x ; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no (default)" >&5
$as_echo "no (default)" >&6; }
else
as_fn_error $? "--enable-microjit accepts no argument" "$LINENO" 5
fi




if test "x$OPENJDK_TARGET_OS" = xwindows ; then


Expand Down

0 comments on commit 1cef9f4

Please sign in to comment.