Integrated: 8247449: Revisit the argument processing logic for MetaspaceShared::disable_optimized_module_handling()
Calvin Cheung
ccheung at openjdk.org
Thu Mar 28 15:05:42 UTC 2024
On Tue, 26 Mar 2024 18:58:55 GMT, Calvin Cheung <ccheung at openjdk.org> wrote:
> The changes include:
>
> - refactor` CDSConfig::check_system_property()` into `CDSConfig:check_internal_module_property()` and `CDSConfig::check_incompatible_property()`;
> - `CDSConfig:check_internal_module_property()` will be called from `Arguments::create_module_property()` and `Arguments::create_numbered_module_property()`;
> - `CDSConfig::check_incompatible_property()` will be called from `Arguments::add_property()` only for `ExternalProperty`.
>
> Passed tiers 1 - 3 testing.
This pull request has now been integrated.
Changeset: 85cb4a99
Author: Calvin Cheung <ccheung at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/85cb4a9942f31ec99dae9f6a8af4f1fd4e8195bd
Stats: 25 lines in 3 files changed: 16 ins; 0 del; 9 mod
8247449: Revisit the argument processing logic for MetaspaceShared::disable_optimized_module_handling()
Reviewed-by: iklam, matsaave
-------------
PR: https://git.openjdk.org/jdk/pull/18495
More information about the hotspot-runtime-dev
mailing list