On Tue, 15 Apr 2025 07:28:39 GMT, Prasanta Sadhukhan <psadhuk...@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

Reply via email to