8071530: Update OS detection code to reflect Windows 10 version change
authorctornqvi
Tue, 27 Jan 2015 05:51:00 -0800
changeset 28735 c0fd1a0a907d
parent 28734 a7ef74a8eca2
child 28736 33ab13e70aa0
child 28738 8f9731dd6bd4
8071530: Update OS detection code to reflect Windows 10 version change Reviewed-by: sla, mgronlun
hotspot/src/os/windows/vm/os_windows.cpp
--- a/hotspot/src/os/windows/vm/os_windows.cpp	Mon Jan 26 15:51:28 2015 -0800
+++ b/hotspot/src/os/windows/vm/os_windows.cpp	Tue Jan 27 05:51:00 2015 -0800
@@ -1693,7 +1693,7 @@
     }
     break;
 
-  case 6004:
+  case 10000:
     if (is_workstation) {
       st->print("10");
     } else {