<Swing Dev> [8] Review request for 7163696: JCK Swing interactive test JScrollBarTest0013 fails with Nimbus and GTK L&Fs

Alexander Scherbatiy alexandr.scherbatiy at oracle.com
Fri Mar 1 12:22:10 UTC 2013


On 3/1/2013 2:52 PM, Sergey Malenkov wrote:
> Hello,
>
> Could you please review the following fix:
> bug: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7163696
> fix: http://cr.openjdk.java.net/~malenkov/7163696.0/
>
> There is a missed super.installDefaults() call in SynthScrollBarUI.

     The bar variable in the test is used on both threads main and EDT 
and so need to have synchronization or be declared as volatile.
     Why error should not be reported during manual testing?

    Thanks,
    Alexandr.

>
> Thanks,
> SAM




More information about the swing-dev mailing list