--- old/src/hotspot/share/runtime/fieldDescriptor.inline.hpp 2020-01-24 19:19:02.737936735 +0000 +++ new/src/hotspot/share/runtime/fieldDescriptor.inline.hpp 2020-01-24 19:19:01.953286774 +0000 @@ -76,7 +76,7 @@ } inline BasicType fieldDescriptor::field_type() const { - return FieldType::basic_type(signature()); + return Signature::basic_type(signature()); } #endif // SHARE_RUNTIME_FIELDDESCRIPTOR_INLINE_HPP