RFR: 8316930: HotSpot should use noexcept instead of throw() [v3]
Julian Waters
jwaters at openjdk.org
Thu Jan 11 13:12:53 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 12 commits:
- 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
- Nevermind, this looks better
- ... and 2 more: https://git.openjdk.org/jdk/compare/e5aed6be...1fa42dca
-------------
Changes: https://git.openjdk.org/jdk/pull/15910/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=15910&range=02
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