6840196: NUMA allocator: crash in fastdebug during startup on Linux

With libnuma >1.2 explicity use 1.1 symbols

Reviewed-by: ysr
This commit is contained in:
Igor Veresov 2009-05-12 15:55:56 -07:00
parent dacaa6b65d
commit 702a13b785
2 changed files with 20 additions and 7 deletions

View file

@ -147,7 +147,7 @@ class Linux {
static void libpthread_init();
static bool libnuma_init();
static void* libnuma_dlsym(void* handle, const char* name);
// Minimum stack size a thread can be created with (allowing
// the VM to completely create the thread and enter user code)
static size_t min_stack_allowed;