Issue with BuiltinClassLoader.ucp field not being visible

Luke Hutchison luke.hutch at gmail.com
Tue Aug 10 07:37:25 UTC 2021


On Tue, Aug 10, 2021 at 1:34 AM Luke Hutchison <luke.hutch at gmail.com> 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.


More information about the core-libs-dev mailing list