Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
8263465: JDK-8236847 causes tier1 build failure on linux-aarch64
Reviewed-by: iklam, erikj, dcubed
  • Loading branch information
yminqi committed Mar 11, 2021
1 parent 7ed46bd commit 15dacca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make/autoconf/jdk-options.m4
Expand Up @@ -598,7 +598,7 @@ AC_DEFUN([JDKOPT_ENABLE_DISABLE_COMPATIBLE_CDS_ALIGNMENT],
CHECKING_MSG: [if compatible cds region alignment enabled],
CHECK_AVAILABLE: [
AC_MSG_CHECKING([if CDS archive is available])
if test "x$BUILD_CDS_ARCHIVE" = "xfalse"; then
if test "x$ENABLE_CDS" = "xfalse"; then
AVAILABLE=false
AC_MSG_RESULT([no (CDS is disabled)])
else
Expand Down

0 comments on commit 15dacca

Please sign in to comment.