On Fri, 31 Jul 2026 20:05:49 GMT, Alexey Ivanov <[email protected]> wrote:
> This has already been brought to the attention… there's an existing PR > (probably already closed) that's tackling these issues. I'll search for it. > @azuev-java may remember it. > > If my memory doesn't fail me, the unused `freeData` flag is an actual bug > where the reallocated buffer isn't released, and there's a bug for it. That's exactly right, see https://github.com/openjdk/jdk/pull/21656#discussion_r1923750005 and [JDK-8348872](https://bugs.openjdk.org/browse/JDK-8348872): *jabswitch.cpp: regEnable and regDeleteValue leak reallocated data buffer*. Feel free to assign to yourself and fix the problem. I'll increase the required number of reviewers. Those who already approved the fix may reconsider it. ------------- PR Comment: https://git.openjdk.org/jdk/pull/32088#issuecomment-5147100376
