Integrated: 8325932: Replace ATTRIBUTE_NORETURN with direct [[noreturn]]

Julian Waters jwaters at openjdk.org
Wed May 15 00:26:09 UTC 2024


On Thu, 15 Feb 2024 09:10:51 GMT, Julian Waters <jwaters at openjdk.org> wrote:

> With clang 13 being the minimum required JDK-8325878, the noreturn bug that requires the ATTRIBUTE_NORETURN workaround now vanishes, and we can use [[noreturn]] directly within HotSpot. We should remove the workaround as soon as possible, given the chance

This pull request has now been integrated.

Changeset: 7b4ba7f9
Author:    Julian Waters <jwaters at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/7b4ba7f90ab9ea5e1070c79534c587dad17d1bdd
Stats:     73 lines in 5 files changed: 0 ins; 52 del; 21 mod

8325932: Replace ATTRIBUTE_NORETURN with direct [[noreturn]]

Reviewed-by: kbarrett, dholmes

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

PR: https://git.openjdk.org/jdk/pull/17868


More information about the hotspot-dev mailing list