Skip to content

Commit

Permalink
8264240: [macos_aarch64] enable appcds support after JDK-8263002
Browse files Browse the repository at this point in the history
Reviewed-by: erikj
  • Loading branch information
Vladimir Kempik committed Mar 26, 2021
1 parent 7284f01 commit d6bb153
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions make/autoconf/jvm-features.m4
Original file line number Diff line number Diff line change
Expand Up @@ -264,9 +264,7 @@ AC_DEFUN_ONCE([JVM_FEATURES_CHECK_CDS],
[
JVM_FEATURES_CHECK_AVAILABILITY(cds, [
AC_MSG_CHECKING([if platform is supported by CDS])
if test "x$OPENJDK_TARGET_OS" = xaix || \
( test "x$OPENJDK_TARGET_OS" = "xmacosx" && \
test "x$OPENJDK_TARGET_CPU" = "xaarch64" ) ; then
if test "x$OPENJDK_TARGET_OS" = xaix; then
AC_MSG_RESULT([no, $OPENJDK_TARGET_OS-$OPENJDK_TARGET_CPU])
AVAILABLE=false
else
Expand Down

1 comment on commit d6bb153

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.