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 Feb  8 16:26:23 2010
--- new/src/share/vm/code/debugInfoRec.hpp	Mon Feb  8 16:26:23 2010

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