Conforms with the exception specification of `std::atomic`
authorAndroid Tools Maintainers <android-tools-devel@lists.alioth.debian.org>
Tue, 5 Apr 2022 11:39:26 +0000 (12:39 +0100)
committerJochen Sprickerhof <jspricke@debian.org>
Tue, 5 Apr 2022 11:39:26 +0000 (12:39 +0100)
commit9f0dc207ce9ae149159cccb21588e1dd6420a9e2
tree6fd5f19cfc88fd10d8113c67d962757ab8a26ce0
parent46ce4ceed6fa0ed8066ebd39b07b1673ca9eb4f2
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