dalvik/dx/tests/112-dex-return-jsr-result/info.txt

7 lines
296 B
Plaintext
Raw Normal View History

2025-08-25 08:26:03 +08:00
This test checks to make sure a result returned more-or-less directly
from a jsr subroutine ends up being represented appropriately.
In particular, this is a regression test for a bug which caused a
goto instruction to be interposed between an invoke instruction and
its associated move-result.