-
Bug
-
Resolution: Fixed
-
P3
-
8
-
None
-
b86
-
generic
-
generic
runtime.PropertyHashMap.rehash() currently adds a padding of 25% of the new size to the new element array size. However, to satisfy the three-quarters theshold it really needs to add 33.33%.
This currently causes rehashing to take place with each added property for some table size ranges.
This currently causes rehashing to take place with each added property for some table size ranges.
- relates to
-
JDK-8011540 PropertyMap histories should not begin with empty map
-
- Resolved
-