summaryrefslogtreecommitdiff
path: root/runtime/art_method.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/art_method.h')
-rw-r--r--runtime/art_method.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/runtime/art_method.h b/runtime/art_method.h
index b21a18ddba..31b81d40df 100644
--- a/runtime/art_method.h
+++ b/runtime/art_method.h
@@ -792,8 +792,7 @@ class ArtMethod final {
// Non-abstract methods: The hotness we measure for this method. Not atomic,
// as we allow missing increments: if the method is hot, we will see it eventually.
uint16_t hotness_count_;
- // Abstract methods: IMT index (bitwise negated) or zero if it was not cached.
- // The negation is needed to distinguish zero index and missing cached entry.
+ // Abstract methods: IMT index.
uint16_t imt_index_;
};