location.bin.fetchTarget(location.index);
if (DbLsn.compareTo(logLsn, location.childLsn) >= 0) {
/* DupCountLN needs replacing. */
duplicateRoot.latch();
duplicateRoot.updateDupCountLNRefAndNullTarget(logLsn);
duplicateRoot.releaseLatch();
}
}
} else {
if (found) {