OSDN Git Service

Fix compaction bug in Class_getDeclaredMethodsUnchecked
authorMathieu Chartier <mathieuc@google.com>
Thu, 11 Jun 2015 23:21:42 +0000 (16:21 -0700)
committerMathieu Chartier <mathieuc@google.com>
Fri, 12 Jun 2015 00:12:32 +0000 (17:12 -0700)
commit281e5002fe818ce75e6ca7b7f9bdffcd2a43231a
tree6648ffb3f15feb5d48e0ca87d8b8d2a9b73e06ad
parent8d73a91d8f4c89ac152d18081b07093f68c56a11
Fix compaction bug in Class_getDeclaredMethodsUnchecked

Added handle to fix the bug.

(cherry picked from commit b89a8c66e360575d2dc1ec1229235735c56968ff)

Bug: 21638351
Change-Id: I1c3abea33aa825d3a28c1fc5cb415508686ad93e
runtime/native/java_lang_Class.cc