On Wed, 17 Nov 2021 00:57:47 GMT, Alexander Zuev <kiz...@openjdk.org> wrote:
> Before the new JList accessibility peer implementation sending popup closed > event to the combobox popup could trigger the native memory access error due > to the events arriving in the wrong order. After new implementation is done > it is no longer the case and this workaround needs to be removed. Marked as reviewed by serb (Reviewer). ------------- PR: https://git.openjdk.java.net/jdk/pull/6422