mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-24 14:49:58 +00:00
8071530: Update OS detection code to reflect Windows 10 version change
Reviewed-by: sla, mgronlun
This commit is contained in:
parent
4326ee324a
commit
fa47cc3e21
@ -1693,7 +1693,7 @@ void os::win32::print_windows_version(outputStream* st) {
|
||||
}
|
||||
break;
|
||||
|
||||
case 6004:
|
||||
case 10000:
|
||||
if (is_workstation) {
|
||||
st->print("10");
|
||||
} else {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user