On Wed, 29 Jul 2026 15:03:51 GMT, Matthias Baesken <[email protected]> wrote:

> Testing new MSVC warning flags 
> ([JDK-8388932](https://bugs.openjdk.org/browse/JDK-8388932)) revealed some 
> local initialized unused variables in jdk.accessibility.
> 
> ---------
> - [x] I confirm that I make this contribution in accordance with the [OpenJDK 
> Interim AI Policy](https://openjdk.org/legal/ai).

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.

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

PR Comment: https://git.openjdk.org/jdk/pull/32088#issuecomment-5146995560

Reply via email to