hotspot/src/share/vm/runtime/vframe.hpp
changeset 25473 185aff4215a4
parent 24424 2658d7834c6e
child 25714 87fa6860b5ae
equal deleted inserted replaced
25472:381638db28e6 25473:185aff4215a4
   184   }
   184   }
   185 
   185 
   186  private:
   186  private:
   187   static const int bcp_offset;
   187   static const int bcp_offset;
   188   intptr_t* locals_addr_at(int offset) const;
   188   intptr_t* locals_addr_at(int offset) const;
   189 
   189   StackValueCollection* stack_data(bool expressions) const;
   190   // returns where the parameters starts relative to the frame pointer
   190   // returns where the parameters starts relative to the frame pointer
   191   int start_of_parameters() const;
   191   int start_of_parameters() const;
   192 
   192 
   193 #ifndef PRODUCT
   193 #ifndef PRODUCT
   194  public:
   194  public: