comparison src/os/linux/vm/os_linux.hpp @ 763:cf71f149d7ae

6840196: NUMA allocator: crash in fastdebug during startup on Linux Summary: With libnuma >1.2 explicity use 1.1 symbols Reviewed-by: ysr
author iveresov
date Tue, 12 May 2009 15:55:56 -0700
parents 85f1b9537f70
children bd02caa94611
comparison
equal deleted inserted replaced
761:622212a69394 763:cf71f149d7ae
145 // stack or fixed stack. 145 // stack or fixed stack.
146 static bool is_floating_stack() { return _is_floating_stack; } 146 static bool is_floating_stack() { return _is_floating_stack; }
147 147
148 static void libpthread_init(); 148 static void libpthread_init();
149 static bool libnuma_init(); 149 static bool libnuma_init();
150 150 static void* libnuma_dlsym(void* handle, const char* name);
151 // Minimum stack size a thread can be created with (allowing 151 // Minimum stack size a thread can be created with (allowing
152 // the VM to completely create the thread and enter user code) 152 // the VM to completely create the thread and enter user code)
153 static size_t min_stack_allowed; 153 static size_t min_stack_allowed;
154 154
155 // Return default stack size or guard size for the specified thread type 155 // Return default stack size or guard size for the specified thread type