We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90124fe commit 3b87ec0Copy full SHA for 3b87ec0
src/hotspot/os/aix/os_aix.cpp
@@ -828,13 +828,6 @@ bool os::create_attached_thread(JavaThread* thread) {
828
829
thread->set_osthread(osthread);
830
831
- if (UseNUMA) {
832
- int lgrp_id = os::numa_get_group_id();
833
- if (lgrp_id != -1) {
834
- thread->set_lgrp_id(lgrp_id);
835
- }
836
837
-
838
// initialize signal mask for this thread
839
// and save the caller's signal mask
840
PosixSignals::hotspot_sigmask(thread);
0 commit comments