hotspot/src/share/vm/runtime/frame.hpp
changeset 40332 a52d1e719c4d
parent 40010 e32d5e545789
child 46589 f1c04490ded1
equal deleted inserted replaced
40331:b6c370a546fc 40332:a52d1e719c4d
   164   frame sender_for_compiled_frame(RegisterMap* map) const;
   164   frame sender_for_compiled_frame(RegisterMap* map) const;
   165   frame sender_for_entry_frame(RegisterMap* map) const;
   165   frame sender_for_entry_frame(RegisterMap* map) const;
   166   frame sender_for_interpreter_frame(RegisterMap* map) const;
   166   frame sender_for_interpreter_frame(RegisterMap* map) const;
   167   frame sender_for_native_frame(RegisterMap* map) const;
   167   frame sender_for_native_frame(RegisterMap* map) const;
   168 
   168 
       
   169   bool is_entry_frame_valid(JavaThread* thread) const;
       
   170 
   169   // All frames:
   171   // All frames:
   170 
   172 
   171   // A low-level interface for vframes:
   173   // A low-level interface for vframes:
   172 
   174 
   173  public:
   175  public: