Conforms with the exception specification of `std::atomic`
authorAndroid Tools Maintainers <android-tools-devel@lists.alioth.debian.org>
Thu, 13 Dec 2018 09:11:09 +0000 (09:11 +0000)
committerKai-Chung Yan <seamlik@debian.org>
Thu, 13 Dec 2018 09:11:09 +0000 (09:11 +0000)
commit063dfcdd5a91bea164f6c65ef5e41a366d80bc16
tree78a77f607ebe81e0c1377d674c2ad02be1ed361a
parent7d6af691fec87a6d6b140fc509b65f8f2b5a8120
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