wu-sheng commented on a change in pull request #4858: URL: https://github.com/apache/skywalking/pull/4858#discussion_r448050172
########## File path: docs/en/FAQ/Compatible-with-other-javaagent-bytecode-processing.md ########## @@ -0,0 +1,53 @@ +## Compatible with other javaagent bytecode processing + +### Problem +1. when use skywalking agent, arthas can't work well +https://github.com/apache/skywalking/pull/4858 + +2. Custom java agent retransform class fails with Skywalking agent + https://github.com/hengyunabc/skywalking-error-demo Review comment: ```suggestion 2. Java agent retransforming class fails with Skywalking agent, such as in this [demo](https://github.com/hengyunabc/skywalking-error-demo) ``` Also, this code, would you like to push them into [SkyAPMTest](https://github.com/SkyAPMTest), I could create a repo for you and invite you in. The reason I recommend there is, we host unofficial tests and demo codes there, which need to be linked from the official repo. ---------------------------------------------------------------- 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]
