Need help with a strange issue....

mmedv <[email protected]> Fri, 3 Feb 2012 20:45:01 -0800 (PST)
Newsgroups gmane.comp.jakarta.bcel.user
Message-ID <[email protected]>
I am implementing byte code instrumentation logic to inject inline
instructions into a set of functions
There is a very strange case, where if I insert a single load instruction:
i.e.

InstructionHandle oStart =
il.append(InstructionFactory.createLoad(Type.OBJECT, ovParams));

it sends hangs everything and sends the CPU into spin.....

Any ideas?

Thank you all

Mike




-- 
View this message in context: http://old.nabble.com/Need-help-with-a-strange-issue....-tp33261381p33261381.html
Sent from the BCEL - User mailing list archive at Nabble.com.