RFR: 6942632: Hotspot should be able to use more than 64 logical processors on Windows

Saint Wesonga duke at openjdk.org
Thu Feb 15 03:57:23 UTC 2024


On Wed, 31 Jan 2024 05:58:55 GMT, David Holmes <dholmes at openjdk.org> wrote:

> A question has also been raised about the NUMA API's and whether there is a plan to update those to work with all the processors?

Support for NUMA APIs will be addressed in a separate workstream as part of [JDK-8244065: Implement NUMA support on Windows](https://bugs.openjdk.org/browse/JDK-8244065)

Hi @dholmes-ora, what is the expected approach for adding flags for a feature like this? https://wiki.openjdk.org/display/HotSpot/Hotspot+Command-line+Flags%3A+Kinds%2C+Lifecycle+and+the+CSR+Process states that product flags are considered exported interfaces that require a CSR request when they are added. Does the flag need to start out as an experimental flag or is it okay to just add it as a product flag for opting in and then going through the CSR request immediately?

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

PR Comment: https://git.openjdk.org/jdk/pull/17576#issuecomment-1924918284
PR Comment: https://git.openjdk.org/jdk/pull/17576#issuecomment-1927344759


More information about the hotspot-runtime-dev mailing list