summaryrefslogtreecommitdiff
path: root/runtime/mirror/class.h
diff options
context:
space:
mode:
author Brian Carlstrom <bdc@google.com> 2013-08-27 17:31:03 -0700
committer Brian Carlstrom <bdc@google.com> 2013-10-28 00:06:03 -0700
commitba150c37d582eeeb8c11ba5245edc281cf31793c (patch)
treeca12cf82602e4b78b2a6ca463e9d0e35fc5e3ff6 /runtime/mirror/class.h
parent3c2a6e2468e3e519ade6c3cfcaad7cd34243cdf1 (diff)
Omit OatMethodOffsets for classes without compiled code
Change-Id: If0d290f4aebc778ff12d8fed017c270ad2ac3220
Diffstat (limited to 'runtime/mirror/class.h')
-rw-r--r--runtime/mirror/class.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/mirror/class.h b/runtime/mirror/class.h
index dbc6f575e7..d15f3375fd 100644
--- a/runtime/mirror/class.h
+++ b/runtime/mirror/class.h
@@ -122,6 +122,7 @@ class MANAGED Class : public StaticStorageBase {
kStatusVerified = 7, // Logically part of linking; done pre-init.
kStatusInitializing = 8, // Class init in progress.
kStatusInitialized = 9, // Ready to go.
+ kStatusMax = 10,
};
Status GetStatus() const {