Withdrawn: 8316930: HotSpot should use noexcept instead of throw()

duke duke at openjdk.org
Wed Jun 5 02:14:05 UTC 2024


On Tue, 26 Sep 2023 02:50:57 GMT, Julian Waters <jwaters at openjdk.org> wrote:

> 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++

This pull request has been closed without being integrated.

-------------

PR: https://git.openjdk.org/jdk/pull/15910


More information about the hotspot-dev mailing list