Skip to content

Commit 15dacca

Browse files
committed
8263465: JDK-8236847 causes tier1 build failure on linux-aarch64
Reviewed-by: iklam, erikj, dcubed
1 parent 7ed46bd commit 15dacca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make/autoconf/jdk-options.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ AC_DEFUN([JDKOPT_ENABLE_DISABLE_COMPATIBLE_CDS_ALIGNMENT],
598598
CHECKING_MSG: [if compatible cds region alignment enabled],
599599
CHECK_AVAILABLE: [
600600
AC_MSG_CHECKING([if CDS archive is available])
601-
if test "x$BUILD_CDS_ARCHIVE" = "xfalse"; then
601+
if test "x$ENABLE_CDS" = "xfalse"; then
602602
AVAILABLE=false
603603
AC_MSG_RESULT([no (CDS is disabled)])
604604
else

0 commit comments

Comments
 (0)