if (node.containsDuplicates()) {
/* It's a duplicate tree. */
duplicateRoot = (DIN) node;
duplicateRoot.latch(CacheMode.UNCHANGED);
duplicateRootIsLatched = true;
bin.releaseLatch();
binIsLatched = false;
duplicateBin = (DBIN) tree.searchSubTree
(duplicateRoot, dupKey, SearchType.NORMAL, -1, null,
CacheMode.UNCHANGED);
duplicateRootIsLatched = false;