OSDN Git Service

ART: Add GetSignatureAnnotation to unstarted runtime
authorAndreas Gampe <agampe@google.com>
Thu, 16 Feb 2017 23:17:47 +0000 (15:17 -0800)
committerAndreas Gampe <agampe@google.com>
Thu, 16 Feb 2017 23:40:44 +0000 (15:40 -0800)
commit9486a16180466e32aa8a98927030aff9fbdce189
treea0ed8e41136c8d1e39671906b49341d0f4659ae4
parent08d567b67fb7c98f48983c4adcde2465e5f14628
ART: Add GetSignatureAnnotation to unstarted runtime

Add support for Class.getSignatureAnnotation to the unstarted
runtime. Refactor dex file annotation code to support transactions.

Bug: 34956610
Test: m
Test: m test-art-host-gtest-unstarted_runtime_test
Test: Device boots
Change-Id: I9f4a93e05ad6999c46c3bb1dbabe48a1ad6225b2
runtime/dex_file_annotations.cc
runtime/interpreter/unstarted_runtime.cc
runtime/interpreter/unstarted_runtime_list.h
runtime/interpreter/unstarted_runtime_test.cc