Conforms with the exception specification of `std::atomic`
authorAndroid Tools Maintainers <android-tools-devel@lists.alioth.debian.org>
Fri, 21 Jan 2022 15:26:23 +0000 (15:26 +0000)
committerRoger Shimizu <rosh@debian.org>
Fri, 21 Jan 2022 15:26:23 +0000 (15:26 +0000)
commit288434de84dbc969078d7bafe5d09c35ef794ffd
treec9ccf62cc0159df88dee0f98714caa00ae017d80
parentd4dd7c5803eef7d74643d927dbef96d949b96d3f
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