WeakHashMap: Remove some unnecessary lazy initialization.

If altHashing is true, we will almost always use the hashCode, so
there's no point lazily initializing it (and paying for an additional
field and synchronization).

Note that altHashing is turned off by default.

Change-Id: I08a4064846a549a186e397f63dee968ea7388a03
1 file changed