diff -r f5657f30bb01 -r 69cfd80f8706 src/hotspot/share/oops/constantPool.hpp --- a/src/hotspot/share/oops/constantPool.hpp Tue Apr 23 08:11:38 2019 -0700 +++ b/src/hotspot/share/oops/constantPool.hpp Tue Apr 23 14:09:54 2019 -0400 @@ -746,11 +746,6 @@ return resolve_constant_at_impl(h_this, pool_index, _possible_index_sentinel, &found_it, THREAD); } - oop resolve_bootstrap_specifier_at(int index, TRAPS) { - constantPoolHandle h_this(THREAD, this); - return resolve_bootstrap_specifier_at_impl(h_this, index, THREAD); - } - void copy_bootstrap_arguments_at(int index, int start_arg, int end_arg, objArrayHandle info, int pos, @@ -871,7 +866,6 @@ static oop resolve_constant_at_impl(const constantPoolHandle& this_cp, int index, int cache_index, bool* status_return, TRAPS); - static oop resolve_bootstrap_specifier_at_impl(const constantPoolHandle& this_cp, int index, TRAPS); static void copy_bootstrap_arguments_at_impl(const constantPoolHandle& this_cp, int index, int start_arg, int end_arg, objArrayHandle info, int pos,