Fix profiler command live option (#2684)

This commit is contained in:
Winson Huang
2023-09-25 13:57:57 +08:00
committed by GitHub
parent a6a9dcdde1
commit 93eaede913
@@ -518,7 +518,7 @@ public class ProfilerCommand extends AnnotatedCommand {
sb.append("alloc=").append(this.alloc).append(COMMA);
}
if (this.live) {
sb.append(this.live).append(COMMA);
sb.append("live").append(COMMA);
}
if (this.lock!= null) {
sb.append("lock=").append(this.lock).append(COMMA);