RFR: 8327288: Obsolete unused ProcessDistributionStride product option [v2]

Thomas Schatzl tschatzl at openjdk.org
Wed Mar 6 12:02:10 UTC 2024


> Hi all,
> 
>   please review the obsoletion of the unused `ProcessDistributionStride` option. It controlled how threads were distributed across "boards" on Solaris. Solaris support has been removed in JDK 15, so this option is not needed/used either.
> 
> Testing: local compilation, grepping sources, testing the option to give the expected warning message
> 
> Thanks,
>   Thomas

Thomas Schatzl has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains four commits:

 - Merge branch 'master' into submit/8327288-obsolete-processdistributionstride
 - 8327288
   
   Hi all,
   
     please review the obsoletion of the unused `ProcessDistributionStride` option. It controlled how threads were distributed across "boards" on Solaris. Solaris support has been removed in JDK 15, so this option is not needed/used either.
   
   Testing: local compilation, grepping sources, testing the option to give the expected warning message
   
   Thanks,
     Thomas
 - 8327286
   
   Hi all,
   
     please review making the flag `NUMAPageScanRate` obsolete.
   
   This option controlled some fairly esoteric performance capability for Solaris; Solaris support has been removed in JDK 15, and the last remaining reference to the option (which was a no-op) in JDK 22.
   
   Testing: local compilation, grepping sources, starting the VM with that option to see that the message shows up.
   
   Thanks,
     Thomas
 - 8327239
   
   Hi all,
   
     please review this change to obsolete the unused flag GCLockerEdenExpansionPercent. Please also review the CSR.
   
   Testing: local compilation, grepping sources for occurrences
   
   Thanks,
     Thomas

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

Changes: https://git.openjdk.org/jdk/pull/18119/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=18119&range=01
  Stats: 5 lines in 2 files changed: 1 ins; 4 del; 0 mod
  Patch: https://git.openjdk.org/jdk/pull/18119.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/18119/head:pull/18119

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


More information about the hotspot-gc-dev mailing list