Review request for 7124387: [macosx] Application freezes on dispose window, created by JFileChooser
Artem Ananiev
artem.ananiev at oracle.com
Tue Jan 24 02:00:26 PST 2012
Looks fine.
Thanks,
Artem
On 1/23/2012 10:04 PM, Alexander Potochkin wrote:
> Hello
>
> Please review the following fix:
> http://cr.openjdk.java.net/~alexp/7124387/webrev.00/
>
> the bug's description is here:
> http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7124387
>
> on MacOS it takes more time for the test to warm,
> so the 10 seconds timeout is not enough.
>
> I removed the internal timeout check
> if (!MUX.await(10, TimeUnit.SECONDS)) {
> throw new RuntimeException("Timeout");
> }
> and rely on the default jtreg's timeout.
>
> Thanks
> alexp
More information about the macosx-port-dev
mailing list