提交 ca041756 编写于 作者: S stefank

8026707: JDK-8026391 broke the optimized build target

Reviewed-by: mgerdin, coleenp
上级 0d359b10
...@@ -139,11 +139,12 @@ class Metachunk : public Metabase<Metachunk> { ...@@ -139,11 +139,12 @@ class Metachunk : public Metabase<Metachunk> {
size_t free_word_size() const; size_t free_word_size() const;
#ifdef ASSERT #ifdef ASSERT
void mangle();
bool is_tagged_free() { return _is_tagged_free; } bool is_tagged_free() { return _is_tagged_free; }
void set_is_tagged_free(bool v) { _is_tagged_free = v; } void set_is_tagged_free(bool v) { _is_tagged_free = v; }
#endif #endif
NOT_PRODUCT(void mangle();)
void print_on(outputStream* st) const; void print_on(outputStream* st) const;
void verify(); void verify();
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册