hotspot/src/os/windows/vm/os_windows.cpp
changeset 36362 3113b1b523c4
parent 36355 dd339cbafd31
parent 36361 00aaa003d2e7
child 36379 0c596dc28ed7
--- a/hotspot/src/os/windows/vm/os_windows.cpp	Thu Feb 25 01:23:10 2016 +0100
+++ b/hotspot/src/os/windows/vm/os_windows.cpp	Thu Feb 25 01:55:45 2016 +0000
@@ -1710,8 +1710,7 @@
     if (is_workstation) {
       st->print("10");
     } else {
-      // The server version name of Windows 10 is not known at this time
-      st->print("%d.%d", major_version, minor_version);
+      st->print("Server 2016");
     }
     break;