src/hotspot/os/windows/os_windows.cpp
changeset 48813 c092a2fbb7c3
parent 48635 612dfa1d8aad
child 49039 0f81d08a578e
equal deleted inserted replaced
48812:f43576cfb273 48813:c092a2fbb7c3
  5260   }
  5260   }
  5261 
  5261 
  5262   return EXCEPTION_CONTINUE_SEARCH;
  5262   return EXCEPTION_CONTINUE_SEARCH;
  5263 }
  5263 }
  5264 
  5264 
  5265 // We don't build a headless jre for Windows
       
  5266 bool os::is_headless_jre() { return false; }
       
  5267 
       
  5268 static jint initSock() {
  5265 static jint initSock() {
  5269   WSADATA wsadata;
  5266   WSADATA wsadata;
  5270 
  5267 
  5271   if (WSAStartup(MAKEWORD(2,2), &wsadata) != 0) {
  5268   if (WSAStartup(MAKEWORD(2,2), &wsadata) != 0) {
  5272     jio_fprintf(stderr, "Could not initialize Winsock (error: %d)\n",
  5269     jio_fprintf(stderr, "Could not initialize Winsock (error: %d)\n",