hotspot/src/share/vm/runtime/frame.hpp
changeset 354 3b42d6fdcb82
parent 1 489c9b5090e2
child 360 21d113ecbf6a
--- 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;