This bug has been fixed before but shows up again in the current system. It may be that it has been fixed for heavy instrumentation, but not for light.
The symptom is that the instrumented class won't load. It is a verifier error, that upon closer inspection results form a mismatch in the contents of the stack. Either in reality, or because of stack frames, the JVM believes that there is an integer on top of the stack, but it expects a String. The attached error message shows more details.
verifier-problem.txt
This bug has been fixed before but shows up again in the current system. It may be that it has been fixed for heavy instrumentation, but not for light.
The symptom is that the instrumented class won't load. It is a verifier error, that upon closer inspection results form a mismatch in the contents of the stack. Either in reality, or because of stack frames, the JVM believes that there is an integer on top of the stack, but it expects a String. The attached error message shows more details.
verifier-problem.txt