comparison src/share/vm/shark/sharkStack.hpp @ 7195:2cd5e15048e6

8003868: fix shark for latest HotSpot and LLVM Reviewed-by: twisti Contributed-by: Roman Kennke <rkennke@redhat.com>
author twisti
date Tue, 27 Nov 2012 12:48:52 -0800
parents f95d63e2154a
children
comparison
equal deleted inserted replaced
7194:beebba0acc11 7195:2cd5e15048e6
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),