--- old/src/hotspot/cpu/aarch64/templateTable_aarch64.hpp 2019-07-12 11:39:13.026631867 +0000 +++ new/src/hotspot/cpu/aarch64/templateTable_aarch64.hpp 2019-07-12 11:39:11.898584489 +0000 @@ -39,4 +39,6 @@ static void index_check(Register array, Register index); static void index_check_without_pop(Register array, Register index); + static void invoke_is_substitutable(Register aobj, Register bobj, Label& is_subst, Label& not_subst); + #endif // CPU_AARCH64_TEMPLATETABLE_AARCH64_HPP