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

Calvin Cheung ccheung at openjdk.org
Thu Mar 28 00:08:40 UTC 2024


> 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.

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

  comment from Matias

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

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

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

  Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 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