src/share/vm/ci/ciMethod.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/share/vm/ci/ciMethod.hpp	Fri Aug 28 13:01:21 2009
--- new/src/share/vm/ci/ciMethod.hpp	Fri Aug 28 13:01:21 2009

*** 147,157 **** --- 147,157 ---- // 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(); ! MethodLivenessResult liveness_at_bci(int bci, bool raw = false); // Get the interpreters viewpoint on oop liveness. MethodLiveness is // conservative in the sense that it may consider locals to be live which // cannot be live, like in the case where a local could contain an oop or // a primitive along different paths. In that case the local must be

src/share/vm/ci/ciMethod.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File