Integrated: 8319944: Remove DynamicDumpSharedSpaces
Ioi Lam
iklam at openjdk.org
Mon Nov 13 18:12:15 UTC 2023
On Mon, 13 Nov 2023 04:52:57 GMT, Ioi Lam <iklam at openjdk.org> wrote:
> Please review this cleanup. Most of the changes are the following patterns:
>
> - `if (DumpSharedSpaces)` => `if (CDSConfig::is_dumping_dynamic_archive())`
> - `DumpSharedSpaces = true` => `CDSConfig::enable_dumping_dynamic_archive()`
> - `DumpSharedSpaces = false` => `CDSConfig::disable_dumping_dynamic_archive()`
This pull request has now been integrated.
Changeset: 115b0744
Author: Ioi Lam <iklam at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/115b0744c6ba8d990eef5a31d64d6a184182c754
Stats: 60 lines in 15 files changed: 10 ins; 8 del; 42 mod
8319944: Remove DynamicDumpSharedSpaces
Reviewed-by: dholmes, ccheung, matsaave
-------------
PR: https://git.openjdk.org/jdk/pull/16626
More information about the hotspot-dev
mailing list