--- 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 @@ -149,7 +149,7 @@ bool has_monitor_bytecodes() const { return _uses_monitors; } bool has_balanced_monitors(); - MethodLivenessResult liveness_at_bci(int bci); + 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