Windows 11: Update OS detection code to recognize Windows 11
Closed this issue ยท 5 comments
durgesh-provar commented
Backport changes from PR: openjdk/jdk@97ea9dd to latest OpenJDK 8u.
Issue is with System.getProperty("os.name"); is returning "Windows 10" on windows 11 machine.
And it is a known bug, for that team provided a fix on some java versions.
Already fix provided on this issue id: https://bugs.openjdk.org/browse/JDK-8274840
caojoshua commented
I can confirm that this is not backported to Corretto8 / OpenJDK8. We will prioritize this internally. Thank you for reporting this.
durgesh-provar commented
@rgithubli @caojoshua May I know when can we expect this in the release?
Any information regarding the upcoming 8U release?
caojoshua commented
The next 8u release is on July 19th 2022 and will include this fix.
durgesh-provar commented
@caojoshua Thanks for the update.
Cc : @dikshasachdeva