summaryrefslogtreecommitdiffstats
path: root/runtime/gc_root.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/gc_root.h')
-rw-r--r--runtime/gc_root.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/gc_root.h b/runtime/gc_root.h
index 7e0be64441..c5feda5407 100644
--- a/runtime/gc_root.h
+++ b/runtime/gc_root.h
@@ -71,7 +71,7 @@ class RootInfo {
typedef void (RootCallback)(mirror::Object** root, void* arg, const RootInfo& root_info);
template<class MirrorType>
-class PACKED(4) GcRoot {
+class GcRoot {
public:
template<ReadBarrierOption kReadBarrierOption = kWithReadBarrier>
ALWAYS_INLINE MirrorType* Read() const SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);