Hi, And for instance another concerning change - I can see than addFrame return type was modified but is this really needed? - if (addFrame(c)) - ++depth; -// System.out.println(" this="+id+",@"+(bpi&0xffff)+":"+(bpi>>16)+",stack="+stack); + addFrame(c); + ++depth;
Justin