--- old/src/share/vm/opto/type.hpp 2017-07-25 14:58:57.935744336 +0200 +++ new/src/share/vm/opto/type.hpp 2017-07-25 14:58:53.420753753 +0200 @@ -693,6 +693,7 @@ static const TypeTuple *make( uint cnt, const Type **fields ); static const TypeTuple *make_range(ciSignature *sig, bool ret_vt_fields = false); + static const TypeTuple *make_range(ciType *ret_type, bool ret_vt_fields = false); static const TypeTuple *make_domain(ciInstanceKlass* recv, ciSignature *sig, bool vt_fields_as_args = false); // Subroutine call type with space allocated for argument types