comparison src/share/vm/ci/ciMethod.hpp @ 10198:247342108a11

8010332: removed unused method: ciMethod::uses_monitors Reviewed-by: twisti, roland Contributed-by: albert.noll@oracle.com
author neliasso
date Tue, 23 Apr 2013 13:48:02 +0200
parents aeaca88565e6
children 6f3fd5150b67
comparison
equal deleted inserted replaced
10197:7b23cb975cf2 10198:247342108a11
194 address interpreter_entry(); 194 address interpreter_entry();
195 195
196 // Analysis and profiling. 196 // Analysis and profiling.
197 // 197 //
198 // Usage note: liveness_at_bci and init_vars should be wrapped in ResourceMarks. 198 // Usage note: liveness_at_bci and init_vars should be wrapped in ResourceMarks.
199 bool uses_monitors() const { return _uses_monitors; } // this one should go away, it has a misleading name
200 bool has_monitor_bytecodes() const { return _uses_monitors; } 199 bool has_monitor_bytecodes() const { return _uses_monitors; }
201 bool has_balanced_monitors(); 200 bool has_balanced_monitors();
202 201
203 // Returns a bitmap indicating which locals are required to be 202 // Returns a bitmap indicating which locals are required to be
204 // maintained as live for deopt. raw_liveness_at_bci is always the 203 // maintained as live for deopt. raw_liveness_at_bci is always the