--- old/src/share/vm/code/debugInfoRec.cpp 2011-12-15 13:31:07.502018346 +0100 +++ new/src/share/vm/code/debugInfoRec.cpp 2011-12-15 13:31:07.307153687 +0100 @@ -284,6 +284,7 @@ int bci, bool reexecute, bool is_method_handle_invoke, + bool is_profiled_call, bool return_oop, DebugToken* locals, DebugToken* expressions, @@ -300,6 +301,7 @@ last_pd->set_should_reexecute(reexecute); last_pd->set_is_method_handle_invoke(is_method_handle_invoke); last_pd->set_return_oop(return_oop); + last_pd->set_profiled_call(is_profiled_call); // serialize sender stream offest stream()->write_int(sender_stream_offset);