On Fri, 9 Aug 2024 15:54:51 GMT, Roger Riggs <rri...@openjdk.org> wrote:
> Addressing latent issues with ReferencedKeyTest > - During the `methods()` tests the keys should be strongly held to avoid > inadvertent GC collection and subsequent test failures (JDK-8336926) > - Merge changes from Valhalla to use String (identity objects) for keys > instead of Integer and Long that are value objects. (JDK-8336390) This pull request has now been integrated. Changeset: b93b74e3 Author: Roger Riggs <rri...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/b93b74e3ebd220e94fb5e33d2ebc62181db97bb0 Stats: 80 lines in 1 file changed: 26 ins; 4 del; 50 mod 8338060: jdk/internal/util/ReferencedKeyTest should be more robust Reviewed-by: never ------------- PR: https://git.openjdk.org/jdk/pull/20527