diff src/os/windows/vm/os_windows.hpp @ 6080:7432b9db36ff

7165755: OS Information much longer on linux than other platforms Reviewed-by: sla, dholmes
author nloodin
date Thu, 10 May 2012 15:44:19 +0200
parents 3cd0157e1d4d
children d2a62e0f25eb
line wrap: on
line diff
--- a/src/os/windows/vm/os_windows.hpp	Tue May 15 15:16:14 2012 -0700
+++ b/src/os/windows/vm/os_windows.hpp	Thu May 10 15:44:19 2012 +0200
@@ -27,6 +27,7 @@
 // Win32_OS defines the interface to windows operating systems
 
 class win32 {
+  friend class os;
 
  protected:
   static int    _vm_page_size;
@@ -39,6 +40,8 @@
   static bool   _is_windows_2003;
   static bool   _is_windows_server;
 
+  static void print_windows_version(outputStream* st);
+
  public:
   // Windows-specific interface:
   static void   initialize_system_info();