提交 6c5b22b2 编写于 作者: D Denghui Dong

Revert "Summary: Fix debug build failure"

This reverts commit e8704b92.
上级 6585eb9c
......@@ -650,9 +650,7 @@ void ClassLoaderDataGraph::cld_do(CLDClosure* cl) {
void ClassLoaderDataGraph::cld_unloading_do(CLDClosure* cl) {
// this method is only used by jfr now, if you need to use this method in another case,
// this check should be removed.
#if INCLUDE_TRACE
assert(EnableJFR && FlightRecorder, "just check");
#endif
assert(SafepointSynchronize::is_at_safepoint(), "must be at safepoint!");
// Only walk the head until any clds not purged from prior unloading
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册