-
Enhancement
-
Resolution: Unresolved
-
P4
-
16
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.
- blocks
-
JDK-8316930 HotSpot should use noexcept instead of throw()
-
- In Progress
-
- relates to
-
JDK-8305590 Remove nothrow exception specifications from operator new
-
- Resolved
-