Instrument Java System Classes
The Java Agent excludes system classes like java.lang.*
from instrumentation by default. To enable instrumentation for a system class, use an agent configuration property.
Instrumented system classes add to the resource overhead introduced by the agent. The amount of overhead depends on the number of calls to the classes. Splunk AppDynamics recommends that you instrument a few nodes first and monitor the performance for these nodes before configuring all nodes in your system.
To instrument a Java system class: