Conforms with the exception specification of `std::atomic`
authorAndroid Tools Maintainers <android-tools-devel@lists.alioth.debian.org>
Thu, 7 Jan 2021 12:08:42 +0000 (12:08 +0000)
committerHans-Christoph Steiner <hans@eds.org>
Thu, 7 Jan 2021 12:08:42 +0000 (12:08 +0000)
commit81041c41d918daff8e5dd117500980ce8b027353
tree42a81d720b5ebe6c72864f9f3bd26d7c6c3a33e9
parent2c9a0876d89b157c433a366ba8a1e2370adcd2ac
Conforms with the exception specification of `std::atomic`

All constructors of `std::atomic` require `noexcept`. As a result, its members
must also be able to instantiate without any exception throwing.

Gbp-Pq: Name atomic-exception-specification.patch
runtime/gc_root.h
runtime/mirror/dex_cache.h
runtime/mirror/object_reference.h