8026707: JDK-8026391 broke the optimized build target
Reviewed-by: mgerdin, coleenp
--- a/hotspot/src/share/vm/memory/metachunk.hpp Wed Oct 16 11:46:06 2013 +0200
+++ b/hotspot/src/share/vm/memory/metachunk.hpp Thu Oct 17 08:41:35 2013 +0200
@@ -139,11 +139,12 @@
size_t free_word_size() const;
#ifdef ASSERT
- void mangle();
bool is_tagged_free() { return _is_tagged_free; }
void set_is_tagged_free(bool v) { _is_tagged_free = v; }
#endif
+ NOT_PRODUCT(void mangle();)
+
void print_on(outputStream* st) const;
void verify();
};