comparison src/share/vm/code/debugInfoRec.cpp @ 8151:b8f261ba79c6

Minimize diff to plain HotSpot version.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Thu, 07 Mar 2013 21:00:29 +0100
parents 85bd81dba8fc
children cefad50507d8
comparison
equal deleted inserted replaced
8150:b66f831ac5ab 8151:b8f261ba79c6
287 bool rethrow_exception, 287 bool rethrow_exception,
288 bool is_method_handle_invoke, 288 bool is_method_handle_invoke,
289 bool return_oop, 289 bool return_oop,
290 DebugToken* locals, 290 DebugToken* locals,
291 DebugToken* expressions, 291 DebugToken* expressions,
292 DebugToken* monitors 292 DebugToken* monitors) {
293 ) {
294 assert(_recording_state != rs_null, "nesting of recording calls"); 293 assert(_recording_state != rs_null, "nesting of recording calls");
295 PcDesc* last_pd = last_pc(); 294 PcDesc* last_pd = last_pc();
296 assert(last_pd->pc_offset() == pc_offset, "must be last pc"); 295 assert(last_pd->pc_offset() == pc_offset, "must be last pc");
297 int sender_stream_offset = last_pd->scope_decode_offset(); 296 int sender_stream_offset = last_pd->scope_decode_offset();
298 // update the stream offset of current pc desc 297 // update the stream offset of current pc desc