# HG changeset patch # User neliasso # Date 1366717682 -7200 # Node ID d98cfa4489341dfe091e7d9f61655fa2619fe4cd # Parent a8e62eed2e3eed0ae3ad6af63521c5dcda50149a 8010332: removed unused method: ciMethod::uses_monitors Reviewed-by: twisti, roland Contributed-by: albert.noll@oracle.com diff -r a8e62eed2e3e -r d98cfa448934 hotspot/src/share/vm/ci/ciMethod.hpp --- 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();