RFR: 8316930: HotSpot should use noexcept instead of throw() [v2]

Julian Waters jwaters at openjdk.org
Thu Jan 11 13:12:56 UTC 2024


On Tue, 26 Sep 2023 03:50:14 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++
>
> Julian Waters has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Nevermind, this looks better

Something seems to be wrong with Apple Clang here, hmm...

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

PR Comment: https://git.openjdk.org/jdk/pull/15910#issuecomment-1837438470


More information about the hotspot-dev mailing list