RFR: 8329667: [macos] Issue with JTree related fix for JDK-8317771 [v3]

Artem Semenov asemenov at openjdk.org
Mon May 20 10:47:02 UTC 2024


On Mon, 20 May 2024 08:20:11 GMT, Alexander Zuev <kizune at openjdk.org> wrote:

>> Caching children and selected children of the thee on the native level;
>> Caching all children of a specific parent in CAccessibility to enhance recursive children selection algorithm;
>> Removing fix for JDK-8317771 as no longer needed;
>
> Alexander Zuev has updated the pull request incrementally with one additional commit since the last revision:
> 
>   - Remove unused import;

LGTM
It seems to me that it would be a good idea to do the same for lists.

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

Marked as reviewed by asemenov (Committer).

PR Review: https://git.openjdk.org/jdk/pull/19255#pullrequestreview-2065920372


More information about the client-libs-dev mailing list