src/os/windows/vm/os_windows.cpp

changeset 902
8724fb00c422
parent 900
dc16daa0329d
parent 897
85f1b9537f70
child 912
24fda36852ce
equal deleted inserted replaced
901:63d1bf926938 902:8724fb00c422
3345 #endif 3345 #endif
3346 3346
3347 // initialize thread priority policy 3347 // initialize thread priority policy
3348 prio_init(); 3348 prio_init();
3349 3349
3350 if (UseNUMA && !ForceNUMA) {
3351 UseNUMA = false; // Currently unsupported.
3352 }
3353
3350 return JNI_OK; 3354 return JNI_OK;
3351 } 3355 }
3352 3356
3353 3357
3354 // Mark the polling page as unreadable 3358 // Mark the polling page as unreadable

mercurial