src/share/vm/shark/sharkStack.hpp

Print this page
rev 3850 : [mq]: shark.patch

@@ -202,11 +202,11 @@
   }
 
   // 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 {
     return slot_addr(
       monitor_offset(index),