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. --------------------------------------------------------------------- To unsubscribe, e-mail: bcel-user-unsubscr...@jakarta.apache.org For additional commands, e-mail: bcel-user-h...@jakarta.apache.org