Skip to content

Commit

Permalink
Default compatible-cds-alignment to false for OpenJ9
Browse files Browse the repository at this point in the history
Otherwise there is an error.
`configure: error: Option --enable-compatible-cds-alignment is not
available`

Issue eclipse-openj9/openj9#19488

Signed-off-by: Peter Shipton <[email protected]>
  • Loading branch information
pshipton committed May 14, 2024
1 parent 6ca37dc commit 869a41b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions make/autoconf/jdk-options.m4
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#

# ===========================================================================
# (c) Copyright IBM Corp. 2022, 2023 All Rights Reserved
# (c) Copyright IBM Corp. 2022, 2024 All Rights Reserved
# ===========================================================================

###############################################################################
Expand Down Expand Up @@ -684,7 +684,7 @@ AC_DEFUN([JDKOPT_ENABLE_DISABLE_CDS_ARCHIVE],
#
AC_DEFUN([JDKOPT_ENABLE_DISABLE_COMPATIBLE_CDS_ALIGNMENT],
[
UTIL_ARG_ENABLE(NAME: compatible-cds-alignment, DEFAULT: $COMPATIBLE_CDS_ALIGNMENT_DEFAULT,
UTIL_ARG_ENABLE(NAME: compatible-cds-alignment, DEFAULT: false,
RESULT: ENABLE_COMPATIBLE_CDS_ALIGNMENT,
DESC: [enable use alternative compatible cds core region alignment],
DEFAULT_DESC: [disabled],
Expand Down

0 comments on commit 869a41b

Please sign in to comment.