RFR: 8354163: Open source Swing tests Batch 1 [v2]
Jayathirth D V
jdv at openjdk.org
Tue Apr 15 08:03:17 UTC 2025
On Tue, 15 Apr 2025 07:28:39 GMT, Prasanta Sadhukhan <psadhukhan at openjdk.org> wrote:
>> test/jdk/javax/swing/AbstractButton/bug4133768.java line 54:
>>
>>> 52: private static AbstractButton[] buttons;
>>> 53: private static Point buttonLocation;
>>> 54: private static int buttonWidth, buttonHeight;
>>
>> different line declaration needed..
>
> also these vars needed volatile..
Updated.
>> test/jdk/javax/swing/AbstractButton/bug4391622.java line 54:
>>
>>> 52: private static JFrame f;
>>> 53: private static Point buttonLocation;
>>> 54: private static int buttonWidth, buttonHeight;
>>
>> different line
>
> volatile
Updated.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/24650#discussion_r2043881930
PR Review Comment: https://git.openjdk.org/jdk/pull/24650#discussion_r2043885836
More information about the client-libs-dev
mailing list