Details
-
Bug
-
Status: Open
-
Resolution: Unresolved
-
None
-
None
-
None
-
Operating System: All
Platform: PC
-
normal
-
P2
-
51801
Description
When any method is instrumented with BCEL to include additional constants, and the method was originally compiled with local variables that have generic arguments, the method is no longer viewable in the Eclipse debugger. For these methods, it complains "com.sun.jdi.InternalException: Got error code in reply:35 occurred retrieving 'this' from stack frame." It sounds like the local variable table is somehow not compatible with the debugger, even if the instrumentation activity did not touch the generic local variables.
I'm currently using the 6.0-20110805.040858-2 snapshot. Please let me know if there is any workaround. Thanks!