On Wed, 10 Mar 2021 14:47:38 GMT, Pankaj Bansal <pban...@openjdk.org> wrote:

>> src/java.desktop/macosx/native/libawt_lwawt/awt/a11y/CommonComponentAccessibility.m
>>  line 59:
>> 
>>> 57:     [rolesMap setObject:@"RadiobuttonAccessibility" 
>>> forKey:@"radiobutton"];
>>> 58:     [rolesMap setObject:@"CheckboxAccessibility" forKey:@"checkbox"];
>>> 59:     [rolesMap setObject:@"SliderAccessibility" forKey:@"slider"];
>> 
>> Shouldn't you also increase the rolesMap initial capacity?
>
>> Shouldn't you also increase the rolesMap initial capacity?
> 
> ok, I will do that in next commit.

Done

-------------

PR: https://git.openjdk.java.net/jdk/pull/2874

Reply via email to