RFR: 8316930: HotSpot should use noexcept instead of throw() [v5]
Julian Waters
jwaters at openjdk.org
Tue Feb 6 07:04:00 UTC 2024
> 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
-------------
Changes: https://git.openjdk.org/jdk/pull/15910/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=15910&range=04
Stats: 87 lines in 37 files changed: 0 ins; 0 del; 87 mod
Patch: https://git.openjdk.org/jdk/pull/15910.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/15910/head:pull/15910
PR: https://git.openjdk.org/jdk/pull/15910
More information about the hotspot-dev
mailing list