--- a/hotspot/src/share/vm/runtime/frame.hpp Mon Apr 07 15:15:16 2008 -0700
+++ b/hotspot/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;