On Thu, 23 Oct 2025 19:43:14 GMT, Alexander Zvegintsev <[email protected]> 
wrote:

> The test does not release previously pressed keys, which may cause failures 
> in subsequent tests.
> 
> Testing looks good on all platforms.

test/jdk/javax/swing/JSlider/bug4382876.java line 82:

> 80:             });
> 81: 
> 82:             if (upFail) {

`upFail `and `downFail `should be volatile

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

PR Review Comment: https://git.openjdk.org/jdk/pull/27959#discussion_r2458949923

Reply via email to