does rehashing increase the number of segments ? or does concurrency level change at the time of rehashing CHM ?
If not (most probably) , then why is this behaviour given in java, as the number of entries increases in CHM, more threads will be accessing the same segment and may require the higher level of concurrency ?
EDIT: I guess if the functionality of increase in segments were given, lock on all segments would be required. is that the reason ?