RFR: 8345267: Fix memory leak in JVMCIEnv dtor

Kim Barrett kbarrett at openjdk.org
Mon Dec 2 08:11:37 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.

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

Marked as reviewed by kbarrett (Reviewer).

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


More information about the hotspot-compiler-dev mailing list