--- old/src/hotspot/os/bsd/os_bsd.cpp 2019-09-21 06:24:55.549962624 -0700 +++ new/src/hotspot/os/bsd/os_bsd.cpp 2019-09-21 06:24:55.189962637 -0700 @@ -2026,6 +2026,10 @@ return 0; } +int os::numa_get_address_id(uintptr_t addr) { + return 0; +} + bool os::get_page_info(char *start, page_info* info) { return false; }