Withdrawn: 8227713: Convert G1's assert_ macros into NOT_DEBUG_RETURN functions

duke duke at openjdk.org
Sat Feb 17 06:17:56 UTC 2024


On Sat, 23 Dec 2023 01:16:33 GMT, Lei Zaakjyu <duke at openjdk.org> wrote:

> Description:
> In G1CollectedHeap there are several "assert_*" macros (e.g. assert_heap_locked_and_not_at_safepoint) that were presumably implemented as macros due to bad stack traces in hs_err files. 
> 
> Convert them to functions using NOT_DEBUG_RETURN to avoid the macros.

This pull request has been closed without being integrated.

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

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


More information about the hotspot-gc-dev mailing list