hotspot/src/os/windows/vm/os_windows.hpp
changeset 12735 3e2e491f4f69
parent 10494 3f347ed8bd3c
child 13195 be27e1b6a4b9
--- a/hotspot/src/os/windows/vm/os_windows.hpp	Tue May 15 15:16:14 2012 -0700
+++ b/hotspot/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();