Created by: Carrotman42
hash_key previously raced with hashtable resizing in hashtable_check_for_resize, leading to possibly incorrect executions of hashtable operations during resize. Now we require holding the hashtable lock (if relevant) during hash_key.
Fixes #3252 (closed)