src/share/vm/ci/ciMethod.hpp

changeset 5030
247342108a11
parent 4936
aeaca88565e6
child 5110
6f3fd5150b67
     1.1 --- a/src/share/vm/ci/ciMethod.hpp	Thu Apr 25 11:09:24 2013 -0700
     1.2 +++ b/src/share/vm/ci/ciMethod.hpp	Tue Apr 23 13:48:02 2013 +0200
     1.3 @@ -196,7 +196,6 @@
     1.4    // Analysis and profiling.
     1.5    //
     1.6    // Usage note: liveness_at_bci and init_vars should be wrapped in ResourceMarks.
     1.7 -  bool          uses_monitors() const            { return _uses_monitors; } // this one should go away, it has a misleading name
     1.8    bool          has_monitor_bytecodes() const    { return _uses_monitors; }
     1.9    bool          has_balanced_monitors();
    1.10  

mercurial