8071530: Update OS detection code to reflect Windows 10 version change

Reviewed-by: sla, mgronlun
This commit is contained in:
Christian Tornqvist 2015-01-27 05:51:00 -08:00
parent 4326ee324a
commit fa47cc3e21

View file

@ -1693,7 +1693,7 @@ void os::win32::print_windows_version(outputStream* st) {
}
break;
case 6004:
case 10000:
if (is_workstation) {
st->print("10");
} else {