Speed-up application start-up by utilizing agent class cache for loaded class instrumentation
Description
If the class cache exists on the agent, we could use this when analyzing the already loaded classed. Basically we don'g need to re-transform any class that will anyway be ignored due to the class cache state. This way consecutive starts of the applications would be very fast and we would not lose time in the re-transforming of all already loaded classes.
If the class cache exists on the agent, we could use this when analyzing the already loaded classed. Basically we don'g need to re-transform any class that will anyway be ignored due to the class cache state. This way consecutive starts of the applications would be very fast and we would not lose time in the re-transforming of all already loaded classes.