The alternative hashing introduced in 7u6 includes a feature to randomize the layout of individual map instances. This is accomplished by generating a random mask value per hash map. The initialization of this field is introduces a bottleneck because it uses a shared random number generator, java.util.Random
|