comparison src/share/vm/code/nmethod.cpp @ 21205:f34ae5c01864

include reexecute, rethrow_exception and return_oop info when disassembling debug scopes
author Doug Simon <doug.simon@oracle.com>
date Mon, 04 May 2015 10:39:12 +0200
parents d114be1b5b3f
children be896a1983c0
comparison
equal deleted inserted replaced
21204:4a5df5570b7f 21205:f34ae5c01864
3427 else 3427 else
3428 st->print("<UNKNOWN>"); 3428 st->print("<UNKNOWN>");
3429 } 3429 }
3430 } 3430 }
3431 } 3431 }
3432 st->print(" {reexecute=%d rethrow=%d return_oop=%d}", sd->should_reexecute(), sd->rethrow_exception(), sd->return_oop());
3432 } 3433 }
3433 3434
3434 // Print all scopes 3435 // Print all scopes
3435 for (;sd != NULL; sd = sd->sender()) { 3436 for (;sd != NULL; sd = sd->sender()) {
3436 st->move_to(column); 3437 st->move_to(column);