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

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


On Fri, 2 Sep 2022 05:31:35 GMT, Ioi Lam <iklam at openjdk.org> wrote:

> I moved all code related to loading the archive heap regions into a new file, archiveHeapLoader.cpp.
> 
> A diff of the new archiveHeapLoader.cpp and the old heapShared.cpp shows that the moved code is identical, except for the change of `HeapShared::` to `ArchiveHeapLoader::`.
> 
> I also removed unnecessary entries in JVM_EXCLUDE_FILES that are already covered by the `cds/` pattern.

This pull request has now been integrated.

Changeset: ac05bc86
Author:    Ioi Lam <iklam at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/ac05bc8605bcf343f0c230868af3056f03461e01
Stats:     1294 lines in 19 files changed: 683 ins; 563 del; 48 mod

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

Reviewed-by: erikj, coleenp

-------------

PR: https://git.openjdk.org/jdk/pull/10138


More information about the hotspot-dev mailing list