提交 ba6464cf 编写于 作者: M mgronlun

8041723: Event Based tracing ids to be reassigned for CDS klasses

Reviewed-by: coleenp, ehelin
上级 6758481d
...@@ -496,6 +496,7 @@ void Klass::remove_unshareable_info() { ...@@ -496,6 +496,7 @@ void Klass::remove_unshareable_info() {
} }
void Klass::restore_unshareable_info(TRAPS) { void Klass::restore_unshareable_info(TRAPS) {
TRACE_INIT_ID(this);
// If an exception happened during CDS restore, some of these fields may already be // If an exception happened during CDS restore, some of these fields may already be
// set. We leave the class on the CLD list, even if incomplete so that we don't // set. We leave the class on the CLD list, even if incomplete so that we don't
// modify the CLD list outside a safepoint. // modify the CLD list outside a safepoint.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册