提交 34980260 编写于 作者: A ascrutae

fix gc issue

上级 ce6d4c8d
......@@ -24,7 +24,10 @@ public enum GCProvider {
break;
}
}
this.metricAccessor = new UnknowGC();
if (metricAccessor == null) {
this.metricAccessor = new UnknowGC();
}
}
public List<GC> getGCList() {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册