Searched refs:HASH_BITS (Results 1 – 1 of 1) sorted by relevance
594 static final int HASH_BITS = 0x7fffffff; // usable bits of normal node hash field in ConcurrentHashMap693 return (h ^ (h >>> 16)) & HASH_BITS; in spread()