Integrated: 8358330: AsmRemarks and DbgStrings clear() method may not get called before their destructor

Ashutosh Mehra asmehra at openjdk.org
Wed Jun 4 16:55:56 UTC 2025


On Mon, 2 Jun 2025 18:32:12 GMT, Ashutosh Mehra <asmehra at openjdk.org> wrote:

> This patch fixes a possible assert in debug builds if the allocation of memory for a CodeBlob fails when loading it from the AOT Code Cache. See description of [JDK-8358330](https://bugs.openjdk.org/browse/JDK-8358330) for more details.

This pull request has now been integrated.

Changeset: fd0ab043
Author:    Ashutosh Mehra <asmehra at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/fd0ab043677d103628afde628e3e75e23fb518b2
Stats:     51 lines in 5 files changed: 21 ins; 27 del; 3 mod

8358330: AsmRemarks and DbgStrings clear() method may not get called before their destructor

Reviewed-by: kvn

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

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


More information about the hotspot-compiler-dev mailing list