changeset 4691: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 7b23cb975cf2
children a5c95fcf7cb7
files src/share/vm/ci/ciMethod.hpp
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/share/vm/ci/ciMethod.hpp	Thu Apr 25 11:09:24 2013 -0700
+++ b/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();