src/share/vm/shark/sharkStack.hpp

changeset 4314
2cd5e15048e6
parent 2314
f95d63e2154a
child 6876
710a3c8b516e
     1.1 --- a/src/share/vm/shark/sharkStack.hpp	Mon Nov 26 17:25:11 2012 -0800
     1.2 +++ b/src/share/vm/shark/sharkStack.hpp	Tue Nov 27 12:48:52 2012 -0800
     1.3 @@ -204,7 +204,7 @@
     1.4    // Addresses of things in the frame
     1.5   public:
     1.6    llvm::Value* slot_addr(int               offset,
     1.7 -                         const llvm::Type* type = NULL,
     1.8 +                         llvm::Type* type = NULL,
     1.9                           const char*       name = "") const;
    1.10  
    1.11    llvm::Value* monitor_addr(int index) const {

mercurial