Skip to content

Commit

Permalink
8293293: Move archive heap loading code out of heapShared.cpp
Browse files Browse the repository at this point in the history
Reviewed-by: erikj, coleenp
  • Loading branch information
iklam committed Sep 2, 2022
1 parent e1e6732 commit ac05bc8
Show file tree
Hide file tree
Showing 18 changed files with 680 additions and 560 deletions.
4 changes: 0 additions & 4 deletions make/hotspot/lib/JvmFeatures.gmk
Expand Up @@ -120,12 +120,8 @@ endif
ifneq ($(call check-jvm-feature, cds), true)
JVM_CFLAGS_FEATURES += -DINCLUDE_CDS=0
JVM_EXCLUDE_FILES += \
cdsProtectionDomain.cpp \
classLoaderDataShared.cpp \
classLoaderExt.cpp \
dumpTimeSharedClassInfo.cpp \
lambdaProxyClassDictionary.cpp \
runTimeSharedClassInfo.cpp \
systemDictionaryShared.cpp
JVM_EXCLUDE_PATTERNS += cds/
endif
Expand Down

1 comment on commit ac05bc8

@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.