<AWT Dev> <Awt Dev> [9] Review Request for 8025815: Child FileDialog of modal dialog does not get focus on Gnome
Semyon Sadetsky
semyon.sadetsky at oracle.com
Tue Jul 14 11:16:04 UTC 2015
This is concurrency issue. Such test would be unstable or take a lot of
time.
On 7/14/2015 1:08 PM, Sergey Bylokhov wrote:
> On 13.07.15 16:59, Semyon Sadetsky wrote:
>> Yet another issue I found in the GTK file chooser code is a dispose
>> concurrency issue. The GTK dialog widget is being created in a
>> separate thread upon the setVisible(true) call but it can be hidden
>> or disposed without any synchronization with this thread. It can
>> prevent the VM from stopping if the dialog is hidden or disposed
>> right after its creation. This also was fixed in the proposed solution.
>
> Is it possible to write the test for this issue also?
>
>>
>> --Semyon
>
>
More information about the awt-dev
mailing list