hotspot/src/os/windows/vm/os_windows.cpp
changeset 1615 b46d9f19bde2
parent 1421 a7ef1a3b2644
child 1620 a85945264abc
equal deleted inserted replaced
1610:5dddd195cc86 1615:b46d9f19bde2
  3351 #endif
  3351 #endif
  3352 
  3352 
  3353   // initialize thread priority policy
  3353   // initialize thread priority policy
  3354   prio_init();
  3354   prio_init();
  3355 
  3355 
       
  3356   if (UseNUMA && !ForceNUMA) {
       
  3357     UseNUMA = false; // Currently unsupported.
       
  3358   }
       
  3359 
  3356   return JNI_OK;
  3360   return JNI_OK;
  3357 }
  3361 }
  3358 
  3362 
  3359 
  3363 
  3360 // Mark the polling page as unreadable
  3364 // Mark the polling page as unreadable