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.
Convert them to functions using NOT_DEBUG_RETURN to avoid the macros.
- links to
-
Review openjdk/jdk/17188