RFR: 8320147: Remove DumpSharedSpaces
Matias Saavedra Silva
matsaave at openjdk.org
Fri Nov 17 22:19:32 UTC 2023
On Thu, 16 Nov 2023 22:36:17 GMT, Ioi Lam <iklam at openjdk.org> wrote:
> One more PR for cleanup with cdsConfig.hpp:
>
> Replace the global variable `DumpSharedSpaces` with `CDSConfig::is_dumping_static_archive()`.
>
> Note: some mis-uses of `DumpSharedSpaces` need to be replaced with `CDSConfig::is_dumping_heap()` or `CDSConfig::is_dumping_full_module_graph()`
LGTM
-------------
Marked as reviewed by matsaave (Committer).
PR Review: https://git.openjdk.org/jdk/pull/16700#pullrequestreview-1738026387
More information about the hotspot-dev
mailing list