mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 11:04:34 +02:00
8010332: removed unused method: ciMethod::uses_monitors
Reviewed-by: twisti, roland
This commit is contained in:
parent
0a434e425b
commit
ca3a625f1e
1 changed files with 0 additions and 1 deletions
|
@ -196,7 +196,6 @@ class ciMethod : public ciMetadata {
|
|||
// Analysis and profiling.
|
||||
//
|
||||
// Usage note: liveness_at_bci and init_vars should be wrapped in ResourceMarks.
|
||||
bool uses_monitors() const { return _uses_monitors; } // this one should go away, it has a misleading name
|
||||
bool has_monitor_bytecodes() const { return _uses_monitors; }
|
||||
bool has_balanced_monitors();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue