I found that jacoco only supports two startup methods, offline and javaagent, but the project requires me to use jacoco to attach a running jvm. Is there any way to achieve it?
When looking at the jacoco source code, I saw that CoverageTransformer said that it does not support class retransformation, so I think it is not feasible to inject jacoco through agentmain?