Integrated: 8255082: HotSpot Style Guide should permit noexcept
Kim Barrett
kbarrett at openjdk.org
Fri Jun 20 19:51:32 UTC 2025
On Mon, 2 Jun 2025 05:28:17 GMT, Kim Barrett <kbarrett at openjdk.org> wrote:
> Please review this change to permit the use of `noexcept` under certain
> circumstances in HotSpot code.
>
> http://wg21.link/n3050
>
> Testing:
>
> JDK-8316930 (HotSpot should use noexcept instead of throw()) showed what the
> conversion would look like. It will need to be brought up to current mainline,
> possibly with modifications.
>
> This is a modification of the Style Guide, so rough consensus among the
> HotSpot Group members is required to make this change. Only Group members
> should vote for approval (via the github PR), though reasoned objections or
> comments from anyone will be considered. A decision on this proposal will not
> be made before Friday 16-June-2025 at 12h00 UTC.
>
> Since we're piggybacking on github PRs here, please use the PR review process
> to approve (click on Review Changes > Approve), rather than sending a "vote:
> yes" email reply that would be normal for a CFV.
This pull request has now been integrated.
Changeset: 96f71a9a
Author: Kim Barrett <kbarrett at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/96f71a9a6bf7b52c50a1f52d4d401a48dc40480f
Stats: 104 lines in 2 files changed: 104 ins; 0 del; 0 mod
8255082: HotSpot Style Guide should permit noexcept
Reviewed-by: kvn, dholmes, dcubed
-------------
PR: https://git.openjdk.org/jdk/pull/25574
More information about the hotspot-dev
mailing list