RFR: 8345267: Fix memory leak in JVMCIEnv dtor [v2]

Doug Simon dnsimon at openjdk.org
Mon Dec 2 13:59:48 UTC 2024


On Mon, 2 Dec 2024 08:39:19 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.
>
> Doug Simon has refreshed the contents of this pull request, and previous commits have been removed. The incremental views will show differences compared to the previous content of the PR. The pull request contains one new commit since the last revision:
> 
>   fix use of ALLOW_C_FUNCTION

Thanks for the reviews!

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

PR Comment: https://git.openjdk.org/jdk/pull/22471#issuecomment-2511612001


More information about the hotspot-compiler-dev mailing list