summaryrefslogtreecommitdiff
path: root/runtime/mirror/class.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/mirror/class.h')
-rw-r--r--runtime/mirror/class.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/mirror/class.h b/runtime/mirror/class.h
index 642d675808..b69086c971 100644
--- a/runtime/mirror/class.h
+++ b/runtime/mirror/class.h
@@ -76,7 +76,7 @@ class DexCache;
class Field;
class IfTable;
class Method;
-template <typename T> struct PACKED(8) DexCachePair;
+template <typename T> struct alignas(8) DexCachePair;
// C++ mirror of java.lang.Class
class EXPORT MANAGED Class final : public Object {