Remove Frame, merge shadow and quick representations.
Change-Id: I5ae03a5e52111792d2df7e83cbd89ab25777844b
diff --git a/src/monitor.h b/src/monitor.h
index e5aa01e..300e5a5 100644
--- a/src/monitor.h
+++ b/src/monitor.h
@@ -120,11 +120,11 @@
Mutex lock_;
- // Method and pc where the lock owner acquired the lock, used when lock
+ // Method and dex pc where the lock owner acquired the lock, used when lock
// sampling is enabled. locking_method_ may be null if the lock is currently
// unlocked, or if the lock is acquired by the system when the stack is empty.
const Method* locking_method_;
- uintptr_t locking_pc_;
+ uint32_t locking_dex_pc_;
friend class MonitorList;
friend class Object;