mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-08 17:38:38 +00:00
Bug fix of 7126277 changed hashing algorithm and also changed key as final field, this led SA unable to set correct value for key. Solution by reading key/value and insert them into the new table. Reviewed-by: dholmes, mikael