RFR: 8323965: modify fix for 8317771 to remove reflection instantiation of the inner class
Alexander Zuev
kizune at openjdk.org
Tue Apr 23 02:28:28 UTC 2024
On Fri, 19 Apr 2024 15:16:41 GMT, Artem Semenov <asemenov at openjdk.org> wrote:
> I replaced reflection with using an accessor
> @azuev-java please review
The problem with this fix is that on the test example attached to the bug any attempt of navigation trough the items of JTree whole voice over is enabled causes java to stop responding. I see in the logs that it does call this exact place thousands of time constantly. So it seems like it makes the problem with java stalling on large size trees to re-appear.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/18867#issuecomment-2071292444
More information about the client-libs-dev
mailing list