hotspot/src/share/vm/shark/sharkStack.hpp
changeset 14622 8e94e4186d35
parent 7397 5b173b4ca846
equal deleted inserted replaced
14621:fd9265ab0f67 14622:8e94e4186d35
   202   }
   202   }
   203 
   203 
   204   // Addresses of things in the frame
   204   // Addresses of things in the frame
   205  public:
   205  public:
   206   llvm::Value* slot_addr(int               offset,
   206   llvm::Value* slot_addr(int               offset,
   207                          const llvm::Type* type = NULL,
   207                          llvm::Type* type = NULL,
   208                          const char*       name = "") const;
   208                          const char*       name = "") const;
   209 
   209 
   210   llvm::Value* monitor_addr(int index) const {
   210   llvm::Value* monitor_addr(int index) const {
   211     return slot_addr(
   211     return slot_addr(
   212       monitor_offset(index),
   212       monitor_offset(index),