The Autoprobe log is filled with the following messages repeatedly.
"Processing class com/ibm/xml/xlxp2/jaxb/unmarshal/JAXB_Deserialization_Root_Stub"
Why we are seeing lots of the following class repeating in the Autoprobe log file
"Processing class com/ibm/xml/xlxp2/jaxb/unmarshal/JAXB_Deserialization_Root_Stub"
Basically, 'jaxb' classes are related to Webservices.
When 'jaxb' classes are dynamic classes and that are being initiated, then you will see the above Autoprobe log entries repeatedly.
If you wish to not instrument these classes, you can skip these classes by entering the following into skips.pbd
SkipClass: com.ibm.xml.xlxp2.jaxb
How to configure skipclass, please refer: