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

Prasanta Sadhukhan psadhukhan at openjdk.org
Fri May 24 10:54:03 UTC 2024


On Wed, 22 May 2024 06:38:26 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:
> 
>   Replaced NULL with nil in OutlineAccessibility - functionally it has no effect but it is more uiform and according to the ObjectibeC convention where objects are referred as nil and references to the primitives as NULL.

I hope you have ran the whole gamut of jtreg tests, if not, please do it before integrating and SwingSet2 too..

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

Marked as reviewed by psadhukhan (Reviewer).

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


More information about the client-libs-dev mailing list