comparison src/share/vm/code/debugInfoRec.hpp @ 3018:5857923e563c

Fixed an issue with frame states in exception dispatch chains (now we are correctly rethrowing the exception immediately at entering the interpreter).
author Thomas Wuerthinger <thomas@wuerthinger.net>
date Sat, 18 Jun 2011 19:13:55 +0200
parents f95d63e2154a
children 0e8a2a629afb
comparison
equal deleted inserted replaced
3017:b4ba003eb11d 3018:5857923e563c
99 // must all be null. 99 // must all be null.
100 void describe_scope(int pc_offset, 100 void describe_scope(int pc_offset,
101 ciMethod* method, 101 ciMethod* method,
102 int bci, 102 int bci,
103 bool reexecute, 103 bool reexecute,
104 bool rethrow_exception,
104 bool is_method_handle_invoke = false, 105 bool is_method_handle_invoke = false,
105 bool return_oop = false, 106 bool return_oop = false,
106 DebugToken* locals = NULL, 107 DebugToken* locals = NULL,
107 DebugToken* expressions = NULL, 108 DebugToken* expressions = NULL,
108 DebugToken* monitors = NULL); 109 DebugToken* monitors = NULL);