OpenJDK / valhalla / valhalla
changeset 58720:055d9be4dd30
Merge
author | psadhukhan |
---|---|
date | Wed, 22 Jan 2020 14:16:14 +0530 |
parents | 6500cac59d0f 24f7289e61e3 |
children | ec9dead6ae87 635eaa93419e |
files | |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/make/autoconf/hotspot.m4 Wed Jan 22 13:29:03 2020 +0530 +++ b/make/autoconf/hotspot.m4 Wed Jan 22 14:16:14 2020 +0530 @@ -523,8 +523,7 @@ fi fi - # Disable CDS for zero, minimal, core.. - if HOTSPOT_CHECK_JVM_VARIANT(zero) || HOTSPOT_CHECK_JVM_VARIANT(minimal) || HOTSPOT_CHECK_JVM_VARIANT(core); then + if ! HOTSPOT_CHECK_JVM_VARIANT(server) && ! HOTSPOT_CHECK_JVM_VARIANT(client); then # ..except when the user explicitely requested it with --enable-jvm-features if ! HOTSPOT_CHECK_JVM_FEATURE(cds); then ENABLE_CDS="false"