diff -r cfd4aac53239 -r b8413a9cbb84 src/share/vm/opto/graphKit.hpp --- a/src/share/vm/opto/graphKit.hpp Mon Jan 27 13:14:53 2014 +0100 +++ b/src/share/vm/opto/graphKit.hpp Tue Feb 25 18:16:24 2014 +0100 @@ -406,7 +406,7 @@ // Use the type profile to narrow an object type. Node* maybe_cast_profiled_receiver(Node* not_null_obj, ciKlass* require_klass, - ciKlass* spec, + ciKlass* spec, bool safe_for_replace); // Cast obj to type and emit guard unless we had too many traps here already