--- old/src/hotspot/share/oops/cpCache.inline.hpp 2018-09-28 11:53:41.000000000 -0700 +++ new/src/hotspot/share/oops/cpCache.inline.hpp 2018-09-28 11:53:40.000000000 -0700 @@ -71,8 +71,8 @@ return (!is_f1_null()) && (_flags & (1 << has_appendix_shift)) != 0; } -inline bool ConstantPoolCacheEntry::has_method_type() const { - return (!is_f1_null()) && (_flags & (1 << has_method_type_shift)) != 0; +inline bool ConstantPoolCacheEntry::has_local_signature() const { + return (!is_f1_null()) && (_flags & (1 << has_local_signature_shift)) != 0; } inline intx ConstantPoolCacheEntry::flags_ord() const { return (intx)OrderAccess::load_acquire(&_flags); }