Hi all, I'm writing a compiler that uses the HotSpot's typeflow pass. Is it safe to say that for backwards branches (target bci <= current bci) you only need to insert a safepoint check when the block you are in is a backedge copy? Cheers, Gary -- http://gbenson.net/