--- old/src/share/vm/c1/c1_GraphBuilder.hpp 2013-10-09 18:09:18.327724404 +0200 +++ new/src/share/vm/c1/c1_GraphBuilder.hpp 2013-10-09 18:09:18.008906908 +0200 @@ -375,6 +375,7 @@ void print_inlining(ciMethod* callee, const char* msg = NULL, bool success = true); void profile_call(ciMethod* callee, Value recv, ciKlass* predicted_holder, Values* obj_args, bool inlined); + void profile_return_type(Value ret, ciMethod* callee, ciMethod* m = NULL, int bci = -1); void profile_invocation(ciMethod* inlinee, ValueStack* state); // Shortcuts to profiling control.