< prev index next >

hotspot/src/os/windows/vm/os_windows.hpp

Print this page
rev 6885 : 8059803: Update use of GetVersionEx to get correct Windows version in hs_err files
Summary: Update use of GetVersionEx to get correct Windows version in hs_err files
Reviewed-by: dcubed, gtriantafill

@@ -190,11 +190,10 @@
   static BOOL HelpToolsAvailable();
   static HANDLE CreateToolhelp32Snapshot(DWORD,DWORD);
   static BOOL Module32First(HANDLE,LPMODULEENTRY32);
   static BOOL Module32Next(HANDLE,LPMODULEENTRY32);
 
-  static BOOL GetNativeSystemInfoAvailable();
   static void GetNativeSystemInfo(LPSYSTEM_INFO);
 
   // NUMA calls
   static BOOL NumaCallsAvailable();
   static LPVOID VirtualAllocExNuma(HANDLE, LPVOID, SIZE_T, DWORD, DWORD, DWORD);
< prev index next >