zhaoyuguang opened a new issue #3155: Can SkyWalking-agent set Can-Redefine-Classes and Can-Retransform-Classes is true? URL: https://github.com/apache/skywalking/issues/3155 Please answer these questions before submitting your issue. - Why do you submit this issue? - [x] Discussion ___ ### Discussion - Can SkyWalking-agent set Can-Redefine-Classes and Can-Retransform-Classes is true? In some cases, the enhancement of SkyWalking will fail; The first java agent, he only enhances the original java class, and transform is true. The second is SkyWalking-agent, Can-Retransform-Classes is false Look at JVMTI the `Transformations are applied in the following order`  So the SkyWalking-agent transform will be invalidated. So can we open Can-Retransform-Classes? What if set Can-Retransform-Classes is true? Is it better to `set true it` with the set `Can-Redefine-Classes` also true?
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
