Integrated: 8345267: Fix memory leak in JVMCIEnv dtor
Doug Simon
dnsimon at openjdk.org
Mon Dec 2 13:59:49 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.
This pull request has now been integrated.
Changeset: b8233989
Author: Doug Simon <dnsimon at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/b8233989e7605268dda908e6b639ca373789792b
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
8345267: Fix memory leak in JVMCIEnv dtor
Reviewed-by: simonis, kbarrett
-------------
PR: https://git.openjdk.org/jdk/pull/22471
More information about the hotspot-compiler-dev
mailing list