commit | 8ef84afbaeb433adaed98a11902502dd733e5222 | [log] [tgz] |
---|---|---|
author | Serguei Katkov <serguei.i.katkov@intel.com> | Thu Apr 03 15:17:26 2014 +0700 |
committer | Serguei Katkov <serguei.i.katkov@intel.com> | Fri Apr 04 09:14:18 2014 +0700 |
tree | 04400f9cac5cb04391f602594674a9651cd1fba6 | |
parent | e5893f8fb70c58fe9950c1fc8b1023e32ca34637 [diff] |
art_quick_lock_object uses registers incorrectly x86 implementation of art_quick_lock_object uses registers incorrectly in the case of .Lalready_thin. eax points to object while it is used as holding the lock word. The patch fixes this. Change-Id: Iacf1a40c6570fae78a5504ca3b2f1218631f7a8f Signed-off-by: Serguei Katkov <serguei.i.katkov@intel.com>