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

Julian Waters jwaters at openjdk.org
Thu Sep 19 06:12:37 UTC 2024


On Tue, 6 Feb 2024 07:04:00 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 with a new target base due to a merge or a rebase. The pull request now contains 14 commits:
> 
>  - Merge branch 'openjdk:master' into noexcept
>  - Merge branch 'openjdk:master' into noexcept
>  - Typo in GensrcAdlc.gmk
>  - Merge branch 'openjdk:master' into noexcept
>  - Merge branch 'master' into noexcept
>  - ic in compiledIC.hpp
>  - Revert compiledIC.cpp
>  - Revert compiledIC.hpp
>  - Partially Revert parse.hpp
>  - Merge branch 'master' into noexcept
>  - ... and 4 more: https://git.openjdk.org/jdk/compare/9ee9f288...b73a6882

That was very rude of you

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

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


More information about the hotspot-dev mailing list