OSDN Git Service

Default methods should not be found by getDeclaredMethod
authorAlex Light <allight@google.com>
Mon, 8 Feb 2016 18:30:04 +0000 (10:30 -0800)
committerAlex Light <allight@google.com>
Tue, 9 Feb 2016 18:24:10 +0000 (10:24 -0800)
commit3b7027e26106e7bfaa2bfae0f24489372f7ddbf0
tree9f6431a1d30b4f3cf2e684706e01a60c0c1c81e7
parent2b2880fdc7e1eaadfdf11aa0daf8c9505fd63a53
Default methods should not be found by getDeclaredMethod

(cherrypick commit 64fdc804f6b4d8a6f7d86bd9672e3bb1cde7056f)

Bug: 27060609

Change-Id: I77337f5d4c6bb9dd14f57012a9daa1e56a760f1a
runtime/native/java_lang_Class.cc
test/048-reflect-v8/expected.txt
test/048-reflect-v8/src/DefaultDeclared.java [new file with mode: 0644]
test/048-reflect-v8/src/Main.java