throw() has been deprecated since C++11 alongside dynamic exception specifications, we should replace all instances of it with noexcept to prepare HotSpot for later versions of C++
- is blocked by
-
JDK-8255082 HotSpot Style Guide should permit noexcept
-
- Open
-
- relates to
-
JDK-8305590 Remove nothrow exception specifications from operator new
-
- Resolved
-
- links to
-
Review openjdk/jdk/15910