-
Sub-task
-
Resolution: Delivered
-
P4
-
None
-
7u321, 8u311
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8275168 | 7u321 | Clifford Wayne | P4 | Resolved | Delivered |
This release doesn't correctly identify Windows Server.
The property `os.name` is set to `Windows 2019` on Windows Server 2022.
In HotSpot error logs, the OS is identified as `Windows 10.0` for Windows Server releases 2016, 2019, and 2022; however, the HotSpot error log does show the Build number. Windows Server 2016 has Build 14393 or above, Windows Server 2019 has Build 17763 or above, and Windows Server 2022 has Build 20348 or above.
The property `os.name` is set to `Windows 2019` on Windows Server 2022.
In HotSpot error logs, the OS is identified as `Windows 10.0` for Windows Server releases 2016, 2019, and 2022; however, the HotSpot error log does show the Build number. Windows Server 2016 has Build 14393 or above, Windows Server 2019 has Build 17763 or above, and Windows Server 2022 has Build 20348 or above.
- backported by
-
JDK-8275168 Release Note: Release Doesn't Correctly Recognize Windows Server
- Resolved