zihan
zihan
this is crash dump file [https://github.com/1057105012/jdk_crash_dump/tree/main](url)
I am not sure how to solve this problem, which version should I upgrade to, which version will not report errors. Is currently the jdk1.8.0.144
However, this problem will only occur after I bring my own ByteBuddy agent, which usually occurs an hour or more later. This project has an APM Agent and my own...
The reason is that I use the root loader to load an abstract class (Dispatcher), then use the system class loader to load the implementation class of the interface (DispatcherImpl),...
It was reported as an error during the bytecode conversion phase, so it was not generated by the ByteBuddy conversion class, so there is no enhanced class generation, can not...
> There's no way to detect this today, but I might co sider it in the future as an internal optinization. Maybe bytbuddy can provide a strategy without changing the...
> There's no way to detect this today, but I might co sider it in the future as an internal optinization. In complex environments, java instrumentation may encounter strange errors....
> There's no way to detect this today, but I might co sider it in the future as an internal optinization. The purpose of this requirement is to erase the...
If there is a large number of NoClassDefError visually, it will cause a double free error of 1.8. I hope this can also be paid attention to. Thank you to...