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

src/share/vm/code/debugInfoRec.hpp

Print this page

        

*** 85,94 **** --- 85,95 ---- // by add_non_safepoint, and the locals, expressions, and monitors // must all be null. void describe_scope(int pc_offset, ciMethod* method, int bci, + bool re_execute, 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