OSDN Git Service

Interpreter: Add support for direct handle invokes on methods.
authorNarayan Kamath <narayan@google.com>
Fri, 14 Oct 2016 17:49:12 +0000 (18:49 +0100)
committerNarayan Kamath <narayan@google.com>
Tue, 18 Oct 2016 16:17:04 +0000 (17:17 +0100)
commite5cd2cd7d0f8e1332f25edfd2798d84fec871f10
tree26218d2a322cfa37458ac52cf6c7f2e8d558a34c
parent3da7190bae7c1d75edbc87f01343652c246639f2
Interpreter: Add support for direct handle invokes on methods.

Constructors are still not supported and will be implemented in a
follow up change.

Also adds a new run-test that compiles from source using an alpha
version of Jack.

Test: make test-art-host
bug: 30550796
Change-Id: I3212c032a5885854f691156c29f12613e5194667
runtime/interpreter/interpreter_common.cc
test/956-methodhandles/build [new file with mode: 0755]
test/956-methodhandles/expected.txt [new file with mode: 0644]
test/956-methodhandles/info.txt [new file with mode: 0644]
test/956-methodhandles/run [new file with mode: 0755]
test/956-methodhandles/src/Main.java [new file with mode: 0644]