Skip to content

Commit 3b87ec0

Browse files
author
duke
committed
Backport 84f87dd4e96bbea42b482a3a23383c8894a40868
1 parent 90124fe commit 3b87ec0

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/hotspot/os/aix/os_aix.cpp

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -828,13 +828,6 @@ bool os::create_attached_thread(JavaThread* thread) {
828828

829829
thread->set_osthread(osthread);
830830

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-
838831
// initialize signal mask for this thread
839832
// and save the caller's signal mask
840833
PosixSignals::hotspot_sigmask(thread);

0 commit comments

Comments
 (0)