mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue