src/share/vm/runtime/frame.hpp

changeset 544
9f4457a14b58
parent 542
93b6525e3b82
child 548
ba764ed4b6f2
     1.1 --- a/src/share/vm/runtime/frame.hpp	Wed Apr 09 10:38:30 2008 -0400
     1.2 +++ b/src/share/vm/runtime/frame.hpp	Wed Apr 09 15:10:22 2008 -0700
     1.3 @@ -108,7 +108,7 @@
     1.4    bool is_first_frame() const; // oldest frame? (has no sender)
     1.5    bool is_first_java_frame() const;              // same for Java frame
     1.6  
     1.7 -  bool is_interpreted_frame_valid() const;       // performs sanity checks on interpreted frames.
     1.8 +  bool is_interpreted_frame_valid(JavaThread* thread) const;       // performs sanity checks on interpreted frames.
     1.9  
    1.10    // tells whether this frame is marked for deoptimization
    1.11    bool should_be_deoptimized() const;

mercurial