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
