Integrated: 8320147: Remove DumpSharedSpaces
Ioi Lam
iklam at openjdk.org
Mon Nov 20 17:12:37 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()`
This pull request has now been integrated.
Changeset: 0712b22a
Author: Ioi Lam <iklam at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/0712b22a3ae7075304e5925365429e1d85bd173c
Stats: 182 lines in 50 files changed: 81 ins; 16 del; 85 mod
8320147: Remove DumpSharedSpaces
Reviewed-by: ccheung, matsaave
-------------
PR: https://git.openjdk.org/jdk/pull/16700
More information about the hotspot-dev
mailing list