// JSR that was recently executed.
RET ret = (RET)u.getInstruction().getInstruction();
ReturnaddressType t = (ReturnaddressType)u.getOutFrame(oldchain).getLocals().get(ret.getIndex());
InstructionContext theSuccessor = cfg.contextOf(t.getTarget());
if (theSuccessor.execute(u.getOutFrame(oldchain), newchain, icv, ev)) {
ics.add(theSuccessor);
ecs.add(newchain.clone());
}
} else { // "not a ret"
// Normal successors. Add them to the queue of successors.