RFR: 8316930: HotSpot should use noexcept instead of throw() [v4]
Julian Waters
jwaters at openjdk.org
Sun Jan 21 07:19:18 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 13 commits:
- 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
- Merge branch 'master' into noexcept
- ... and 3 more: https://git.openjdk.org/jdk/compare/a474b372...0d2fe966
-------------
Changes: https://git.openjdk.org/jdk/pull/15910/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=15910&range=03
Stats: 88 lines in 38 files changed: 0 ins; 0 del; 88 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