comparison src/os/windows/vm/os_windows.cpp @ 467:8724fb00c422

Merge
author blacklion
date Fri, 05 Dec 2008 15:06:37 -0500
parents dc16daa0329d 85f1b9537f70
children 24fda36852ce
comparison
equal deleted inserted replaced
466:63d1bf926938 467: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