On Tue, 24 May 2022 21:37:52 GMT, XenoAmess <d...@openjdk.java.net> wrote:

>> as title.
>
> XenoAmess has updated the pull request incrementally with one additional 
> commit since the last revision:
> 
>   add test for newHashSet and newLinkedHashSet

test/jdk/java/util/HashMap/WhiteBoxResizeTest.java line 360:

> 358:                         throw new RuntimeException(e);
> 359:                     }
> 360:                 })

These probably need a `mapField.setAccessible(true)` call, or a `VarHandle` for 
the `HashSet.map` field.

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

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

Reply via email to