On Fri, 13 May 2022 18:36:37 GMT, Alexander Zuev <kiz...@openjdk.org> wrote:

>> Moving cache invalidation from the clearCache method to a createRowWithIndex 
>> method
>> eliminating race condition that causes crash. Now clearCache just notifies 
>> that cache
>> is invalid and should be regenerated next time it is being accessed.
>
> Alexander Zuev has updated the pull request incrementally with one additional 
> commit since the last revision:
> 
>   Add a test case.

Marked as reviewed by prr (Reviewer).

test/jdk/java/awt/a11y/AccessibleJTableTest.java line 81:

> 79:     public void  createUIDraggable() {
> 80:         INSTRUCTIONS = "INSTRUCTIONS:\n"
> 81:                 + "Check that table is properly updated when culumn order 
> is changed.\n\n"

culumn -> column

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

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

Reply via email to