dart-sdk/runtime/tests/vm
Vyacheslav Egorov c5f933fdf7 [vm/lib] String._identityHashCode should be the same as String.get:hashCode
On 64-bit platforms we use a field in the header to cache results of
Object.get:_identityHashCode. The very same field is also used to
cache String.get:hashCode result. Which means that their implementations
must be the same.

Fixes https://github.com/flutter/flutter/issues/20122

Change-Id: I98eef9eddf833c0d7c4c6f452728fe48e232efdc
Reviewed-on: https://dart-review.googlesource.com/68042
Commit-Queue: Vyacheslav Egorov <vegorov@google.com>
Reviewed-by: Martin Kustermann <kustermann@google.com>
2018-08-02 11:24:25 +00:00
..
dart [vm/lib] String._identityHashCode should be the same as String.get:hashCode 2018-08-02 11:24:25 +00:00
data Fix the name of the test output file in .gitignore. 2017-11-22 19:10:34 +00:00
vm.status [vm/compiler] Do not LICM LoadStaticField for uninitialized fields. 2018-07-30 12:29:35 +00:00