commit | 1c5cab0587864e2ca10ca75a0913ff481bb9cb1f | [log] [tgz] |
---|---|---|
author | buzbee <buzbee@google.com> | Mon Feb 27 08:05:16 2017 -0800 |
committer | Bill Buzbee <buzbee@google.com> | Mon Feb 27 16:44:41 2017 +0000 |
tree | 4bdc477123a2d59e5f3505e160003527c2e4226d | |
parent | 0fc3e418428f9f29a52c1dd60b1d86c71eb00d18 [diff] |
ART: Let mterp know about invoke-custom By default, the mterp assembly interpreter will redirect any new or unexpected dex opcode to the reference switch interpreter. That's what is happening now with the new invoke-custom opcodes. This CL simply makes that fallback transition explicit. Test: ART_TEST_INTERPRETER=true m test-art-host Change-Id: I9e1388ce58cb6e0618697748c6bafa55fdbbeb57