Perform the class transformation.
If the class doesn't implement the marker interface that is setup
in the instrumentation config, the original bytes will be returned.
Parameters: configInstrument - the configuration for the instrumentation Parameters: rawBytes - the raw bytes of the class to instrument Parameters: classname - the name of the class to instrument a byte array with the instrumented bytecode; or the original raw byte array if the class didn't need to beinstrumented throws: ClassNotFoundException - when an error occurs during theinspection or transformation since: 1.6 |