<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 12:05:17 UTC 2015
The fix is stable.
On 7/14/2015 3:02 PM, Sergey Bylokhov wrote:
> On 14.07.15 14:16, Semyon Sadetsky wrote:
>> This is concurrency issue. Such test would be unstable or take a lot
>> of time.
> I guess after the fix it should be stable? or there are some other
> issues?
>
>>
>> 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