loong
Results
2
issues of
loong
The latest GCViewer failed to parse some gc events of ZGC and ShenandoahGC. I fixed some bugs and added some gc event types in this PR. 1. The event "Metaspace"...
改的地方不多, 1、watch方法 监控items 添加了 一行 this.initItems = [] ,防止父组件里数据更新了,initItems数组不更新而是在后面添加 ``` items () { if (this.items) { this.initItems = [] this.dataLength = this.Length(this.items) this.initData(this.deepCopy(this.items), 1, null) this.checkGroup = this.renderCheck(this.items) if (this.checkGroup.length...