Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows 11: Update OS detection code to recognize Windows 11 #396

Closed
durgesh-provar opened this issue Jun 21, 2022 · 5 comments
Closed

Windows 11: Update OS detection code to recognize Windows 11 #396

durgesh-provar opened this issue Jun 21, 2022 · 5 comments
Assignees
Labels
bug Something isn't working

Comments

@durgesh-provar
Copy link

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

@durgesh-provar durgesh-provar added the bug Something isn't working label Jun 21, 2022
@caojoshua
Copy link
Contributor

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

@rgithubli
Copy link
Contributor

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

@durgesh-provar
Copy link
Author

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

@caojoshua
Copy link
Contributor

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

@durgesh-provar
Copy link
Author

@caojoshua Thanks for the update.
Cc : @dikshasachdeva

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants