corretto/corretto-8

Windows 11: Update OS detection code to recognize Windows 11

Closed this issue ยท 5 comments

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

I can confirm that this is not backported to Corretto8 / OpenJDK8. We will prioritize this internally. Thank you for reporting this.

Should be in #399. Feel free to reopen if not.

@rgithubli @caojoshua May I know when can we expect this in the release?
Any information regarding the upcoming 8U release?

The next 8u release is on July 19th 2022 and will include this fix.

@caojoshua Thanks for the update.
Cc : @dikshasachdeva