opentelemetry-java-instrume.../dd-java-agent/instrumentation/osgi-classloading
Nikolay Martynov 04fbb5085f Improve OSGi class loader instrumentation
It turns out that Eclipse's OSGi implementation has two problems:
* It doesn't respect system properties by default
* It has tricky classloader implementation that loads bootstrap
  classes from the classloader-has-delegation-to-bootstrap check but
  doesn't load bootstrap classes from 'normal' code.

This should address second problem and make Eclipse's OSGi
implementation 'safe' by default.
2019-01-25 08:52:07 -05:00
..
src Improve OSGi class loader instrumentation 2019-01-25 08:52:07 -05:00
osgi-classloading.gradle Improve OSGi class loader instrumentation 2019-01-25 08:52:07 -05:00