On Tue, Aug 10, 2021 at 1:34 AM Luke Hutchison <[email protected]> wrote:
> Maybe that should be part of the Instrumentation class, so that it is only > accessible to Java agent code that is able to get a reference to an > Instrumentation object. > Actually I take that last part back, that would not be very helpful to libraries like ClassGraph. It would be much better if there were simply a public method in `AppClassLoader` that could be used to get all classpath elements that have been added for instrumentation.
