--- old/src/share/vm/opto/graphKit.hpp 2015-03-12 16:59:43.685680009 +0100 +++ new/src/share/vm/opto/graphKit.hpp 2015-03-12 16:59:43.401064100 +0100 @@ -409,8 +409,7 @@ // Cast obj to type and emit guard unless we had too many traps here already Node* maybe_cast_profiled_obj(Node* obj, ciKlass* type, - bool not_null = false, - SafePointNode* sfpt = NULL); + bool not_null = false); // Cast obj to not-null on this path Node* cast_not_null(Node* obj, bool do_replace_in_map = true);