OSDN Git Service

Fix FOUR_ARG_DOWNCALL assembly stubs on arm and x86.
authorNicolas Geoffray <ngeoffray@google.com>
Wed, 8 Jun 2016 17:01:22 +0000 (18:01 +0100)
committerNicolas Geoffray <ngeoffray@google.com>
Thu, 9 Jun 2016 09:36:15 +0000 (10:36 +0100)
commit0f838aa279a296b5f14c231065bb2f96b02d9caf
treebfcfb623b4e57ba2b0e4c88e735447b5a6f8f7c6
parent616723f67e253c3eba8123029b45684e1f33454e
Fix FOUR_ARG_DOWNCALL assembly stubs on arm and x86.

They were creating a stack that the runtime did not understand.

bug:28348339
Change-Id: Ic03663552209beda8ff1e79db58bedc8f34d9a0e
runtime/arch/arm/quick_entrypoints_arm.S
runtime/arch/x86/quick_entrypoints_x86.S
test/605-new-string-from-bytes/expected.txt [new file with mode: 0644]
test/605-new-string-from-bytes/info.txt [new file with mode: 0644]
test/605-new-string-from-bytes/src/Main.java [new file with mode: 0644]