--- old/src/hotspot/share/c1/c1_IR.hpp 2019-03-11 14:25:07.538355966 +0100 +++ new/src/hotspot/share/c1/c1_IR.hpp 2019-03-11 14:25:07.338355969 +0100 @@ -244,7 +244,7 @@ bool reexecute = topmost ? should_reexecute() : false; bool return_oop = false; // This flag will be ignored since it used only for C2 with escape analysis. bool rethrow_exception = false; - recorder->describe_scope(pc_offset, methodHandle(), scope()->method(), bci(), reexecute, rethrow_exception, is_method_handle_invoke, return_oop, locvals, expvals, monvals); + recorder->describe_scope(pc_offset, methodHandle(), scope()->method(), bci(), reexecute, rethrow_exception, is_method_handle_invoke, return_oop, false, locvals, expvals, monvals); } };