< prev index next >

make/autoconf/jdk-options.m4

Print this page
*** 1,7 ***
  #
! # Copyright (c) 2011, 2025, Oracle and/or its affiliates. All rights reserved.
  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  #
  # This code is free software; you can redistribute it and/or modify it
  # under the terms of the GNU General Public License version 2 only, as
  # published by the Free Software Foundation.  Oracle designates this
--- 1,7 ---
  #
! # Copyright (c) 2011, 2026, Oracle and/or its affiliates. All rights reserved.
  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  #
  # This code is free software; you can redistribute it and/or modify it
  # under the terms of the GNU General Public License version 2 only, as
  # published by the Free Software Foundation.  Oracle designates this

*** 765,10 ***
--- 765,12 ---
  
  ################################################################################
  #
  # Enable or disable the default CDS archive generation for Compact Object Headers
  #
+ # Default disabled within Valhalla until support added (JDK-8348568)
+ #
  AC_DEFUN([JDKOPT_ENABLE_DISABLE_CDS_ARCHIVE_COH],
  [
    UTIL_ARG_ENABLE(NAME: cds-archive-coh, DEFAULT: auto, RESULT: BUILD_CDS_ARCHIVE_COH,
        DESC: [enable generation of default CDS archives for compact object headers (requires --enable-cds-archive)],
        DEFAULT_DESC: [auto],
< prev index next >