| Index: runtime/vm/weak_table.h
|
| diff --git a/runtime/vm/weak_table.h b/runtime/vm/weak_table.h
|
| index aca86fc45e322fdbab770bf882981b97f216215a..01a607baa870aedb05006feb5609abd9791f950a 100644
|
| --- a/runtime/vm/weak_table.h
|
| +++ b/runtime/vm/weak_table.h
|
| @@ -154,7 +154,7 @@ class WeakTable {
|
| void Rehash();
|
|
|
| static intptr_t Hash(RawObject* key) {
|
| - return reinterpret_cast<intptr_t>(key) >> kObjectAlignmentLog2;
|
| + return reinterpret_cast<intptr_t>(key) * 92821;
|
| }
|
|
|
| // data_ contains size_ tuples of key/value.
|
|
|