aboutsummaryrefslogtreecommitdiff
path: root/src/share/vm/asm/codeBuffer.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/share/vm/asm/codeBuffer.hpp')
-rw-r--r--src/share/vm/asm/codeBuffer.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/share/vm/asm/codeBuffer.hpp b/src/share/vm/asm/codeBuffer.hpp
index 0e01a9fbf..63dba2dbb 100644
--- a/src/share/vm/asm/codeBuffer.hpp
+++ b/src/share/vm/asm/codeBuffer.hpp
@@ -253,7 +253,7 @@ public:
}
void add_comment(intptr_t offset, const char * comment) PRODUCT_RETURN;
- void print_block_comment(outputStream* stream, intptr_t offset) PRODUCT_RETURN;
+ void print_block_comment(outputStream* stream, intptr_t offset) const PRODUCT_RETURN;
void assign(CodeComments& other) PRODUCT_RETURN;
void free() PRODUCT_RETURN;
};