提交 d12a0ed2 编写于 作者: wu-sheng's avatar wu-sheng 提交者: GitHub

Merge branch 'master' into feature/memorypool

......@@ -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.
先完成此消息的编辑!
想要评论请 注册