commit | c56a23e12039d846a899d8b2ff535019480912e5 | [log] [tgz] |
---|---|---|
author | David Srbecky <dsrbecky@google.com> | Wed Jun 05 17:45:49 2019 +0100 |
committer | David Srbecky <dsrbecky@google.com> | Fri Jun 14 08:51:05 2019 +0000 |
tree | 3951a1164c0a523a570a1956fa6ec6e9930d3273 | |
parent | 4444f1b38aa9269365c4a5d506b6d92a3222841a [diff] |
Switch-interpreter: Make the instruction field constant. The field is always set to the currently handled instruction. The 'next' field stores the instruction to be executed next, which defaults to fallthrough unless overwritten by handler. Test: test.py -b -r --host --64 --interpreter Test: run-libjdwp-tests.sh --mode=host --variant=X64 --debug --no-jit Change-Id: Iadae51ead3e2f657717f190d07b04f4c28890f43