if (binCount >= TREEIFY_THRESHOLD - 1) // -1 for 1st treeifyBin(tab, hash);
static final int TREEIFY_THRESHOLD = 8;