diff -r f38a25e2458a -r 9f4457a14b58 src/share/vm/runtime/frame.hpp --- a/src/share/vm/runtime/frame.hpp Wed Apr 09 10:38:30 2008 -0400 +++ b/src/share/vm/runtime/frame.hpp Wed Apr 09 15:10:22 2008 -0700 @@ -108,7 +108,7 @@ bool is_first_frame() const; // oldest frame? (has no sender) bool is_first_java_frame() const; // same for Java frame - bool is_interpreted_frame_valid() const; // performs sanity checks on interpreted frames. + bool is_interpreted_frame_valid(JavaThread* thread) const; // performs sanity checks on interpreted frames. // tells whether this frame is marked for deoptimization bool should_be_deoptimized() const;