src/hotspot/os/windows/os_windows.cpp
changeset 49726 4ae63fcabe2e
parent 49449 ef5d5d343e2a
child 49968 33a76b934213
equal deleted inserted replaced
49725:e740e1a38c96 49726:4ae63fcabe2e
    97 #include <process.h>              // For _beginthreadex(), _endthreadex()
    97 #include <process.h>              // For _beginthreadex(), _endthreadex()
    98 #include <imagehlp.h>             // For os::dll_address_to_function_name
    98 #include <imagehlp.h>             // For os::dll_address_to_function_name
    99 // for enumerating dll libraries
    99 // for enumerating dll libraries
   100 #include <vdmdbg.h>
   100 #include <vdmdbg.h>
   101 #include <psapi.h>
   101 #include <psapi.h>
       
   102 #include <mmsystem.h>
       
   103 #include <winsock2.h>
   102 
   104 
   103 // for timer info max values which include all bits
   105 // for timer info max values which include all bits
   104 #define ALL_64_BITS CONST64(-1)
   106 #define ALL_64_BITS CONST64(-1)
   105 
   107 
   106 // For DLL loading/load error detection
   108 // For DLL loading/load error detection