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

Severin Gehwolf sgehwolf at openjdk.org
Wed Sep 4 16:24:24 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:
> - [x] GHA
> - [x] Container tests on linux x86_64
> 
> Thoughts?

This pull request has now been integrated.

Changeset: 12d060a2
Author:    Severin Gehwolf <sgehwolf at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/12d060a255b9b783488714c6c2cb73a899d3f708
Stats:     4 lines in 1 file changed: 1 ins; 3 del; 0 mod

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

Reviewed-by: dholmes, jwaters

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

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


More information about the hotspot-runtime-dev mailing list