RFR: 8345267: Fix memory leak in JVMCIEnv dtor

Volker Simonis simonis at openjdk.org
Mon Dec 2 08:02:36 UTC 2024


On Mon, 2 Dec 2024 07:08:22 GMT, Doug Simon <dnsimon at openjdk.org> wrote:

> The `ALLOW_C_FUNCTION` macro takes the identifier for the relevant C function, followed by a statement containing the use as additional (variadic) macro args. This PR fixes a use of this macro where the leading identifier arg was being omitted.

Looks good. Have you checked (maybe with a simple grep command) if we don't have other instances of this issue?

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

Marked as reviewed by simonis (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/22471#pullrequestreview-2471983004


More information about the hotspot-compiler-dev mailing list