summaryrefslogtreecommitdiff
path: root/test/ProfileTestMultiDex/Main.java
diff options
context:
space:
mode:
authorVladimir Marko <vmarko@google.com>2019-06-26 14:37:17 +0100
committerVladimir Marko <vmarko@google.com>2019-06-27 14:37:54 +0000
commitee1f1264314303829f6dca288781ed114c65dd93 (patch)
treeac042304d0cb4b978d1532cad704e8604236a897 /test/ProfileTestMultiDex/Main.java
parentda5e041d8cbd714e791974dbdd876c23141801cb (diff)
Fix search for implicit null check.
There are additional instructions that can be emitted at use site for x86/x86-64, such as ArrayLength, and the implicit null check may therefore be emitted later than at the next instruction. Search for the implicit null check until we reach an instruction that's not emitted at use site. This also reverts the blacklisting of the test, i.e. commit 5be5260cfec2fc0a8c21ef1a08e7144523a8bfcd. Test: testrunner.py --host \ --jit-on-first-use --debuggable -t 122-npe Test: testrunner.py --host \ --optimizing --jit --jit-on-first-use \ --debuggable --ndebuggable Bug: 136021898 Change-Id: I768f55d8c8975dbd0376802c10ca8508df3fe3b0
Diffstat (limited to 'test/ProfileTestMultiDex/Main.java')
0 files changed, 0 insertions, 0 deletions