--- old/src/hotspot/os/windows/os_windows.cpp 2019-09-21 06:24:59.641962482 -0700 +++ new/src/hotspot/os/windows/os_windows.cpp 2019-09-21 06:24:59.289962494 -0700 @@ -3456,6 +3456,8 @@ } } +int os::numa_get_address_id(uintptr_t addr) { return 0; } + bool os::get_page_info(char *start, page_info* info) { return false; }