git: openjdk/jdk: 8293293: Move archive heap loading code out of heapShared.cpp

Ioi Lam iklam at openjdk.org
Fri Sep 2 23:51:22 UTC 2022


Changeset: ac05bc86
Author:    Ioi Lam <iklam at openjdk.org>
Date:      2022-09-02 23:47:48 +0000
URL:       https://git.openjdk.org/jdk/commit/ac05bc8605bcf343f0c230868af3056f03461e01

8293293: Move archive heap loading code out of heapShared.cpp

Reviewed-by: erikj, coleenp

! make/hotspot/lib/JvmFeatures.gmk
+ src/hotspot/share/cds/archiveHeapLoader.cpp
+ src/hotspot/share/cds/archiveHeapLoader.hpp
+ src/hotspot/share/cds/archiveHeapLoader.inline.hpp
! src/hotspot/share/cds/archiveUtils.cpp
! src/hotspot/share/cds/filemap.cpp
! src/hotspot/share/cds/heapShared.cpp
! src/hotspot/share/cds/heapShared.hpp
- src/hotspot/share/cds/heapShared.inline.hpp
! src/hotspot/share/cds/metaspaceShared.cpp
! src/hotspot/share/classfile/compactHashtable.cpp
! src/hotspot/share/classfile/javaClasses.cpp
! src/hotspot/share/classfile/stringTable.cpp
! src/hotspot/share/classfile/systemDictionaryShared.cpp
! src/hotspot/share/classfile/vmClasses.cpp
! src/hotspot/share/memory/universe.cpp
! src/hotspot/share/oops/constantPool.cpp
! src/hotspot/share/oops/klass.cpp
! src/hotspot/share/prims/whitebox.cpp



More information about the jdk-changes mailing list