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	Fri Jul 24 10:17:07 2009
--- new/src/share/vm/code/debugInfoRec.hpp	Fri Jul 24 10:17:07 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 reexecute, 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