OSDN Git Service

Make CAS operations in Object use art::Atomic.
authorIan Rogers <irogers@google.com>
Thu, 10 Jul 2014 09:07:54 +0000 (02:07 -0700)
committerIan Rogers <irogers@google.com>
Thu, 10 Jul 2014 09:07:54 +0000 (02:07 -0700)
commit228602f562f1d130d06e60a98752d99c2d467d6a
treeee5b543695843ce48ebec4ffc88514ff679f4e93
parentbe2a1df15a31a5223ee9af3015a00c31d2ad2e10
Make CAS operations in Object use art::Atomic.

Make naming consistent with art::Atomic.

Change-Id: If3abdb019ef8b53bd809e3fef3fd5248aeb27e9a
runtime/interpreter/interpreter.cc
runtime/mirror/object-inl.h
runtime/mirror/object.cc
runtime/mirror/object.h
runtime/monitor.cc
runtime/native/sun_misc_Unsafe.cc