diff options
author | Sebastien Hertz <shertz@google.com> | 2015-01-21 17:30:58 +0100 |
---|---|---|
committer | Sebastien Hertz <shertz@google.com> | 2015-01-21 17:30:58 +0100 |
commit | a10aa3789544cf62a2d362c032ea8d9532b47b39 (patch) | |
tree | 73b8eea549931f60249e81d5684a13bcf9941608 /runtime/instrumentation.h | |
parent | 36e8a91d975b4096b40c2b4bb6c6cd663cc5166d (diff) | |
download | art-a10aa3789544cf62a2d362c032ea8d9532b47b39.zip art-a10aa3789544cf62a2d362c032ea8d9532b47b39.tar.gz art-a10aa3789544cf62a2d362c032ea8d9532b47b39.tar.bz2 |
Follow up on CL 123650
Change-Id: If575fdb9cc73e312e222e6853890e8dacd83b284
Diffstat (limited to 'runtime/instrumentation.h')
-rw-r--r-- | runtime/instrumentation.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/instrumentation.h b/runtime/instrumentation.h index 2af9a73..cea0388 100644 --- a/runtime/instrumentation.h +++ b/runtime/instrumentation.h @@ -328,7 +328,7 @@ class Instrumentation { SHARED_LOCKS_REQUIRED(Locks::mutator_lock_); // Call back for configure stubs. - bool InstallStubsForClass(mirror::Class* klass) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_); + void InstallStubsForClass(mirror::Class* klass) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_); void InstallStubsForMethod(mirror::ArtMethod* method) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_); |