提交 2423cec1 编写于 作者: Z zgu

8219244: NMT: Change ThreadSafepointState's allocation type from mtInternal to mtThread

Reviewed-by: coleenp, minqi
上级 ddc87f95
...@@ -190,7 +190,7 @@ public: ...@@ -190,7 +190,7 @@ public:
}; };
// State class for a thread suspended at a safepoint // State class for a thread suspended at a safepoint
class ThreadSafepointState: public CHeapObj<mtInternal> { class ThreadSafepointState: public CHeapObj<mtThread> {
public: public:
// These states are maintained by VM thread while threads are being brought // These states are maintained by VM thread while threads are being brought
// to a safepoint. After SafepointSynchronize::end(), they are reset to // to a safepoint. After SafepointSynchronize::end(), they are reset to
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册