OSDN Git Service

java.lang.invoke: Add mirror types for MethodHandle / MethodType.
authorNarayan Kamath <narayan@google.com>
Wed, 3 Aug 2016 11:46:58 +0000 (12:46 +0100)
committerNarayan Kamath <narayan@google.com>
Thu, 29 Sep 2016 12:15:32 +0000 (13:15 +0100)
commitafa48270228832ecd7df4506915354d1a41f374a
tree7d63c5bde346eb129f3159b07b2a66dfa86aeb41
parent72795d0a3368a7f921ce2f470917131cd946b717
java.lang.invoke: Add mirror types for MethodHandle / MethodType.

Bug: 30550796
Test: make test-art-host
Change-Id: I096160464bc6e84f7e5ad021306a7e462cf3b0c5
runtime/Android.bp
runtime/class_linker.cc
runtime/class_linker.h
runtime/class_linker_test.cc
runtime/mirror/method_handle_impl.cc [new file with mode: 0644]
runtime/mirror/method_handle_impl.h [new file with mode: 0644]
runtime/mirror/method_type.cc [new file with mode: 0644]
runtime/mirror/method_type.h [new file with mode: 0644]
runtime/mirror/method_type_test.cc [new file with mode: 0644]
runtime/runtime.cc