src/share/vm/code/debugInfoRec.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/share/vm/code/debugInfoRec.hpp	Mon Jul  6 17:13:50 2009
--- new/src/share/vm/code/debugInfoRec.hpp	Mon Jul  6 17:13:50 2009

*** 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