diff options
Diffstat (limited to 'src/mirror/class.h')
| -rw-r--r-- | src/mirror/class.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mirror/class.h b/src/mirror/class.h index 9e440b46a7..afab3141fe 100644 --- a/src/mirror/class.h +++ b/src/mirror/class.h @@ -542,7 +542,7 @@ class MANAGED Class : public StaticStorageBase { // super class or interface, return the specific implementation // method for this class. AbstractMethod* FindVirtualMethodForInterface(AbstractMethod* method) const - SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) __attribute__ ((always_inline, hot)); + SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) ALWAYS_INLINE; AbstractMethod* FindInterfaceMethod(const StringPiece& name, const StringPiece& descriptor) const SHARED_LOCKS_REQUIRED(Locks::mutator_lock_); |