hotspot/src/share/vm/runtime/frame.hpp
changeset 18938 ff8f8cec9434
parent 18025 b7bcf7497f93
child 19952 bc974e92f881
child 22823 40b2c6c30123
equal deleted inserted replaced
18937:34f568c7e7ca 18938:ff8f8cec9434
   351   oop* interpreter_frame_mirror_addr() const;
   351   oop* interpreter_frame_mirror_addr() const;
   352 #endif
   352 #endif
   353 
   353 
   354  public:
   354  public:
   355   // Entry frames
   355   // Entry frames
   356   JavaCallWrapper* entry_frame_call_wrapper() const;
   356   JavaCallWrapper* entry_frame_call_wrapper() const { return *entry_frame_call_wrapper_addr(); }
       
   357   JavaCallWrapper* entry_frame_call_wrapper_if_safe(JavaThread* thread) const;
       
   358   JavaCallWrapper** entry_frame_call_wrapper_addr() const;
   357   intptr_t* entry_frame_argument_at(int offset) const;
   359   intptr_t* entry_frame_argument_at(int offset) const;
   358 
   360 
   359   // tells whether there is another chunk of Delta stack above
   361   // tells whether there is another chunk of Delta stack above
   360   bool entry_frame_is_first() const;
   362   bool entry_frame_is_first() const;
   361 
   363