src/share/vm/code/debugInfoRec.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File 6910618 Cdiff src/share/vm/code/debugInfoRec.hpp

src/share/vm/code/debugInfoRec.hpp

Print this page

        

*** 87,96 **** --- 87,97 ---- void describe_scope(int pc_offset, ciMethod* method, int bci, bool reexecute, bool is_method_handle_invoke = false, + bool return_oop = false, DebugToken* locals = NULL, DebugToken* expressions = NULL, DebugToken* monitors = NULL);
src/share/vm/code/debugInfoRec.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File