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

Merge pull request #406 from ascrutae/zhangxin/fix/gc-issue

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