RFR: 8247449: Revisit the argument processing logic for MetaspaceShared::disable_optimized_module_handling() [v2]

Calvin Cheung ccheung at openjdk.org
Wed Mar 27 02:52:33 UTC 2024


> The changes include:
> 
> - refactor` CDSConfig::check_system_property()` into `CDSConfig:check_internal_module_property()` and `CDSConfig::handle_incompatible_property()`;
> - `CDSConfig:check_internal_module_property()` will be called from `Arguments::create_module_property()` and `Arguments::create_numbered_module_property()`;
> - `CDSConfig::handle_incompatible_property()` will be called from `Arguments::parse_each_vm_init_arg()` during the processing of "-D" properties.
> 
> Passed tiers 1 - 3 testing.

Calvin Cheung has updated the pull request incrementally with one additional commit since the last revision:

  @iklam comments

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/18495/files
  - new: https://git.openjdk.org/jdk/pull/18495/files/e3b841dd..7a59275f

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=18495&range=01
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=18495&range=00-01

  Stats: 26 lines in 3 files changed: 16 ins; 5 del; 5 mod
  Patch: https://git.openjdk.org/jdk/pull/18495.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/18495/head:pull/18495

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


More information about the hotspot-runtime-dev mailing list