hotspot/src/share/vm/ci/ciMethod.hpp
changeset 17124 d98cfa448934
parent 17000 11bf92e571a2
child 17383 3665c0901a0d
--- a/hotspot/src/share/vm/ci/ciMethod.hpp	Thu Apr 25 11:09:24 2013 -0700
+++ b/hotspot/src/share/vm/ci/ciMethod.hpp	Tue Apr 23 13:48:02 2013 +0200
@@ -196,7 +196,6 @@
   // 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();