# HG changeset patch # User Doug Simon # Date 1430728752 -7200 # Node ID f34ae5c01864447aad973a6a36db300f53db042a # Parent 4a5df5570b7fb5b0be54a3735364049809029cc8 include reexecute, rethrow_exception and return_oop info when disassembling debug scopes diff -r 4a5df5570b7f -r f34ae5c01864 src/share/vm/code/nmethod.cpp --- a/src/share/vm/code/nmethod.cpp Mon May 04 11:24:13 2015 +0200 +++ b/src/share/vm/code/nmethod.cpp Mon May 04 10:39:12 2015 +0200 @@ -3429,6 +3429,7 @@ } } } + st->print(" {reexecute=%d rethrow=%d return_oop=%d}", sd->should_reexecute(), sd->rethrow_exception(), sd->return_oop()); } // Print all scopes