mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-17 17:07:53 +00:00
8351665: Remove unused UseNUMA in os_aix.cpp
Reviewed-by: mdoerr, jkern
This commit is contained in:
parent
4be502ea38
commit
84f87dd4e9
@ -839,13 +839,6 @@ bool os::create_attached_thread(JavaThread* thread) {
|
||||
|
||||
thread->set_osthread(osthread);
|
||||
|
||||
if (UseNUMA) {
|
||||
int lgrp_id = os::numa_get_group_id();
|
||||
if (lgrp_id != -1) {
|
||||
thread->set_lgrp_id(lgrp_id);
|
||||
}
|
||||
}
|
||||
|
||||
// initialize signal mask for this thread
|
||||
// and save the caller's signal mask
|
||||
PosixSignals::hotspot_sigmask(thread);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user