diff options
author | Alex Light <allight@google.com> | 2021-01-22 06:58:44 -0800 |
---|---|---|
committer | Alex Light <allight@google.com> | 2021-01-22 07:15:21 -0800 |
commit | c6da1be58086e873c9695f8c4c1a3a8ca718696e (patch) | |
tree | 1d445a789a52b537a349aab00ca5fed761cad273 /compiler/optimizing/loop_analysis.cc | |
parent | b171bc4b117e0d8d399f7a71a95ca5ec6cff19ca (diff) |
Enable LSE of shadow$_monitor_ field
The shadow$_monitor_ field is an object header field. Unlike
shadow_klass this field has regular default initialization and we
should record this in LSE. This won't have any actual effect generally
since the only (java) use of the field is in Object.identityHashCode
and the object always escapes if the value is 0. Still this simplifies
partial LSE since we will not need to special case this field.
Test: ./test.py --host
Bug: 67037140
Change-Id: I68a8e4a4d84d42cd206e0dce37cefb19fd099b20
Diffstat (limited to 'compiler/optimizing/loop_analysis.cc')
0 files changed, 0 insertions, 0 deletions