comparison src/share/vm/code/debugInfoRec.hpp @ 3650:0e8a2a629afb

Pass-by compilation broker.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Wed, 16 Nov 2011 21:27:28 +0100
parents 5857923e563c
children 648a7873cea2
comparison
equal deleted inserted replaced
3649:5a8c44b5fb80 3650:0e8a2a629afb
96 // previously by add_safepoint. 96 // previously by add_safepoint.
97 // Otherwise, the pc_offset must have been mentioned previously 97 // Otherwise, the pc_offset must have been mentioned previously
98 // by add_non_safepoint, and the locals, expressions, and monitors 98 // by add_non_safepoint, and the locals, expressions, and monitors
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 methodHandle method,
102 int bci, 102 int bci,
103 bool reexecute, 103 bool reexecute,
104 bool rethrow_exception, 104 bool rethrow_exception,
105 bool is_method_handle_invoke = false, 105 bool is_method_handle_invoke = false,
106 bool return_oop = false, 106 bool return_oop = false,