diff -r c9314fa4f757 -r 93b6525e3b82 src/share/vm/runtime/frame.hpp --- a/src/share/vm/runtime/frame.hpp Mon Apr 07 15:15:16 2008 -0700 +++ b/src/share/vm/runtime/frame.hpp Tue Apr 08 12:23:15 2008 -0400 @@ -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;