mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 06:14:49 +02:00
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:
parent
dacaa6b65d
commit
702a13b785
2 changed files with 20 additions and 7 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue