RFR: 8346834: Tests failing with -XX:+UseNUMA due to "NUMA support disabled" warning [v3]

duke duke at openjdk.org
Wed Jan 15 04:57:37 UTC 2025


On Fri, 10 Jan 2025 15:09:34 GMT, Swati Sharma <duke at openjdk.org> wrote:

>> Hi All,
>> 
>> A number of tests launch VMs and read the output of the sub-process. The changes in [JDK-8205051](https://bugs.openjdk.org/browse/JDK-8205051) mean the warning message "NUMA support disabled: Only a single NUMA node is available" is printed when running the tests -XX:+UseNUMA on system that only have one node, this breaks several tests. After update in some tests, so far, the failures are with:
>> 
>> java/util/logging/LoggingDeadlock2.java
>> tools/jar/modularJar/Basic.java
>> 
>> As a fix have changed logging level from "log_warning" to "log_info" when UseNUMA flag is disabled. 
>> 
>> Thanks,
>> Swati Sharma
>> Intel
>
> Swati Sharma has updated the pull request incrementally with one additional commit since the last revision:
> 
>   8346834: Removed the 2 JDI test from problemlist

@swati-sha 
Your change (at version c7bb3a6b8e83268246bfa798a7abff8eaa75dd45) is now ready to be sponsored by a Committer.

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

PR Comment: https://git.openjdk.org/jdk/pull/22948#issuecomment-2591650656


More information about the hotspot-runtime-dev mailing list