--- old/src/hotspot/share/ci/ciMethodType.hpp 2019-03-11 14:25:25.506355717 +0100 +++ new/src/hotspot/share/ci/ciMethodType.hpp 2019-03-11 14:25:25.306355720 +0100 @@ -40,12 +40,12 @@ // What kind of ciObject is this? bool is_method_type() const { return true; } - ciType* rtype() const; + ciType* rtype(bool& never_null) const; int ptype_count() const; int ptype_slot_count() const ; - ciType* ptype_at(int index) const; + ciType* ptype_at(int index, bool& never_null) const; }; #endif // SHARE_CI_CIMETHODTYPE_HPP