Conforms with the exception specification of `std::atomic`
authorAndroid Tools Maintainers <android-tools-devel@lists.alioth.debian.org>
Tue, 19 Mar 2019 01:31:47 +0000 (01:31 +0000)
committerPeter Michael Green <plugwash@raspbian.org>
Tue, 19 Mar 2019 01:31:47 +0000 (01:31 +0000)
commit4d34da4aafa09f0e99262590f8223aea128415f3
treecf9d8881a237b178a874262f5daf0f1916748c6e
parentccd6abf8c3a13ff33c69653d2b6138a3e5bc7024
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