hotspot/src/share/vm/shark/sharkStack.hpp
changeset 14622 8e94e4186d35
parent 7397 5b173b4ca846
--- a/hotspot/src/share/vm/shark/sharkStack.hpp	Mon Nov 26 17:25:11 2012 -0800
+++ b/hotspot/src/share/vm/shark/sharkStack.hpp	Tue Nov 27 12:48:52 2012 -0800
@@ -204,7 +204,7 @@
   // Addresses of things in the frame
  public:
   llvm::Value* slot_addr(int               offset,
-                         const llvm::Type* type = NULL,
+                         llvm::Type* type = NULL,
                          const char*       name = "") const;
 
   llvm::Value* monitor_addr(int index) const {