RFR: 8339148: Make os::Linux::active_processor_count() public

David Holmes dholmes at openjdk.org
Tue Sep 3 11:57:18 UTC 2024


On Tue, 3 Sep 2024 10:16:06 GMT, Severin Gehwolf <sgehwolf at openjdk.org> wrote:

> Please review this Linux-only change which makes `os::Linux::active_processor_count()` public (from currently protected). This allows us to clean up some `friend class` usages and will also make some container related patches less clunky.
> 
> Testing:
> - [ ] GHA
> - [x] Container tests on linux x86_64
> 
> Thoughts?

This is fine.

Thanks

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

Marked as reviewed by dholmes (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/20833#pullrequestreview-2277213735


More information about the hotspot-runtime-dev mailing list