--- old/src/share/vm/opto/graphKit.hpp 2017-06-16 14:34:20.529928428 +0200 +++ new/src/share/vm/opto/graphKit.hpp 2017-06-16 14:34:20.209928443 +0200 @@ -866,6 +866,7 @@ // (Caller is responsible for doing replace_in_map.) Node* type_check_receiver(Node* receiver, ciKlass* klass, float prob, Node* *casted_receiver); + Node* type_check(Node* recv_klass, const TypeKlassPtr* tklass, float prob); // implementation of object creation Node* set_output_for_allocation(AllocateNode* alloc,