InstrumentationServer
InstrumentationServer copied to clipboard
InstrumentationHelper#populateExisting is inconsistent in some environments
From xxDark
populateExistingwill not work as expected in environments like launchwrapper and all this stuff, better approach would be to ignore VM generated classes for lambdas, proxies, etc and call retransformClasses on all classes (calling retransformClasses on VM-generated classes will cause it to crash because some constants are injected using cpPatches (e.g by InvokerBytecodeGenerator))
Partially mitigated with 54c8a0be210dffd0e9014511c1a20d6530772a55