RFR: 8286266: [macos] Voice over moving JTable column to be the first column JVM crashes

Alexander Zuev kizune at openjdk.java.net
Wed May 11 16:24:00 UTC 2022


On Wed, 11 May 2022 09:56:46 GMT, Artem Semenov <asemenov at openjdk.org> wrote:

> It seems to me that here it is necessary to release the cache.

I am not so sure. Why would we do that? I mean - we removed all the records from the cache and even if we would release it we would have to immediately re-create it otherwise the very next operation will crash since we will be trying to call objectForKey selector upon nil. So what is the point in releasing the now empty dictionary?

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

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



More information about the client-libs-dev mailing list