JDK 26 |
---|
26 b04Fixed |
Blocks :
|
|
Relates :
|
The noexcept exception specification was introduced in C++11, and dynamic exception specifications (throw() and variants) were deprecated. HotSpot code should be permitted to use noexcept (but not noexcept(false)), and should transition existing uses of throw() to noexcept.
|