Instrumented code fails to compile
This may indeed happen, for example, if the instrumentation introduces a logging statement before
super()
in Java (which has to be the first statement in the constructor).
You may have to make minor changes to the instrumented code to make it compile.
Alternatively, you may revert to the source code for that specific file.