--- old/src/hotspot/share/gc/z/zAddressRangeMap.inline.hpp 2018-03-15 09:35:36.093611846 +0100 +++ new/src/hotspot/share/gc/z/zAddressRangeMap.inline.hpp 2018-03-15 09:35:35.904603705 +0100 @@ -54,11 +54,6 @@ } template -T* ZAddressRangeMap::addr() const { - return _map; -} - -template T ZAddressRangeMap::get(uintptr_t addr) const { const uintptr_t index = index_for_addr(addr); return _map[index];