--- old/src/hotspot/share/gc/z/zPhysicalMemory.cpp 2020-05-15 01:14:19.674943853 +0200 +++ new/src/hotspot/share/gc/z/zPhysicalMemory.cpp 2020-05-15 01:14:19.419935568 +0200 @@ -284,11 +284,6 @@ // fault time. os::numa_make_global((char*)addr, size); } - - // Setup transparent large pages - if (ZLargePages::is_transparent()) { - os::realign_memory((char*)addr, size, os::large_page_size()); - } } void ZPhysicalMemoryManager::unmap_view(const ZPhysicalMemory& pmem, uintptr_t addr) const {