提交 f06cf600 编写于 作者: S snazarki

8236178: Debug build failed after 8236058

Reviewed-by: sgehwolf, andrew
上级 bb125346
......@@ -3605,7 +3605,7 @@ void InstanceKlass::set_init_state(ClassState state) {
bool good_state = is_shared() ? (_init_state <= state)
: (_init_state < state);
assert(good_state || state == allocated, "illegal state transition");
set_initialization_state_and_notify_implassert(_init_thread == NULL, "should be cleared before state change");
assert(_init_thread == NULL, "should be cleared before state change");
_init_state = (u1)state;
}
#endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册