diff options
author | Neil Fuller <nfuller@google.com> | 2016-09-08 13:50:54 +0100 |
---|---|---|
committer | Neil Fuller <nfuller@google.com> | 2016-09-21 12:58:15 +0100 |
commit | e1f193f0f7ccd8a3c0557ec93055140c68546aa9 (patch) | |
tree | df1bd63f5b9a6260279b1af747044deb2a987ba2 /annotations/generate_annotated_java_files.py | |
parent | 05376c1762b05914c613b791a28428c679e15130 (diff) |
Collapse ART's AbstractMethod class into Executable
After the OpenJDK 8 pull there is now a common base class
for Method and Constructor that can be used instead.
Methods that are abstract on Executable but on Android
were implemented in AbstractMethod are now consistently
renamed to "{method}Internal", declared final and
given package-protected access.
For consistency with all other private, natively
implemented methods, the method getDeclaredAnnotations()
has been renamed getDeclaredAnnotationsNative().
Bug: 28666126
Bug: 31052885
Test: make test-art-host and cts run of CtsLibcoreTestCases
Change-Id: I3ab8d4e1fd0c95f77d8d8af91241edaa8141e7a7
Diffstat (limited to 'annotations/generate_annotated_java_files.py')
0 files changed, 0 insertions, 0 deletions