RFR: 7903044: Report `os.*` system properties in .jtr file

Christian Stein cstein at openjdk.java.net
Tue Nov 9 08:23:20 UTC 2021


On Mon, 8 Nov 2021 06:26:47 GMT, Christian Stein <cstein at openjdk.org> wrote:

> https://bugs.openjdk.java.net/browse/CODETOOLS-7903044

Example output reported for my Windows **11** machine:

...
testJDK_OS=[name:Windows 10,arch:amd64,version:10.0,family:windows,simple_arch:x64,simple_version:10.0,processors:16,maxMemory:68643368960,maxSwap:78843916288]
testJDK_os.arch=amd64
testJDK_os.name=Windows 10
testJDK_os.version=10.0
...


Related issue that will update OS detection for Windows 11: https://bugs.openjdk.java.net/browse/JDK-8274840

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

PR: https://git.openjdk.java.net/jtreg/pull/35


More information about the jtreg-dev mailing list