changeset 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 4a5df5570b7f
children e37701872767
files src/share/vm/code/nmethod.cpp
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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