Re: RFR: 8338060: jdk/internal/util/ReferencedKeyTest should be more robust

2024-08-12 Thread Tom Rodriguez
On Fri, 9 Aug 2024 15:54:51 GMT, Roger Riggs 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 (i

RFR: 8338060: jdk/internal/util/ReferencedKeyTest should be more robust

2024-08-09 Thread Roger Riggs
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 ar