提交 81e7d712 编写于 作者: J jmasa

6743059: Error in spaceDecorator.cpp "optimized" build.

Summary: Changed the guard on the definition of the method value in HeapWord from ASSERT to not PRODUCT.
Reviewed-by: iveresov, apetrusenko
上级 6dcaa58e
......@@ -99,7 +99,7 @@ class HeapWord {
friend class VMStructs;
private:
char* i;
#ifdef ASSERT
#ifndef PRODUCT
public:
char* value() { return i; }
#endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册