--- old/src/hotspot/share/gc/z/zAddress.hpp 2018-10-31 15:02:19.640635980 +0100 +++ new/src/hotspot/share/gc/z/zAddress.hpp 2018-10-31 15:02:19.326622345 +0100 @@ -37,6 +37,7 @@ static bool is_weak_good_or_null(uintptr_t value); static bool is_marked(uintptr_t value); static bool is_finalizable(uintptr_t value); + static bool is_finalizable_good(uintptr_t value); static bool is_remapped(uintptr_t value); static uintptr_t address(uintptr_t value);