Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes #7670 These obscure classloaders should be ignored completely, they process in-line class creation and should not branch out to interactions that are useful in distributed tracing. These two are responsible for outages recently in many of our applications due to driving up memory usage from WeakKey caching. In some cases, janino processing has ran wild and stimulated over 5.7mil WeakKey objects accounting for close to 200MB of heap.
- Loading branch information