<AWT Dev> [9] Review request for 8151189: Possible getAppContext() NPE in java.awt.Desktop and java.awt.Taskbar

Sergey Bylokhov Sergey.Bylokhov at oracle.com
Tue Nov 15 18:44:22 UTC 2016


I guess this should be closed as not a defect. getAppContext() can 
return null if it will be called from the toolkit thread. If this method 
is called by the user then appcontext should not be null, additionally 
we should not cache this value in the static, so all other code will use 
this cached static value.

On 15.11.16 20:38, Phil Race wrote:
>
> +1
>
> -phil.
>
> On 11/15/2016 08:24 AM, Alexander Zvegintsev wrote:
>> Hello,
>>
>> please review the fix
>>
>> http://cr.openjdk.java.net/~azvegint/jdk/9/8151189/00/
>>
>> for the issue
>>
>> https://bugs.openjdk.java.net/browse/JDK-8151189
>>
>


-- 
Best regards, Sergey.


More information about the awt-dev mailing list