class Concurrent::Map

def marshal_load(hash)

@!visibility private
def marshal_load(hash)
  initialize
  populate_from(hash)
end