RFR: 8299075: TestStringDeduplicationInterned.java fails because extra deduplication [v2]

Stefan Karlsson stefank at openjdk.org
Tue May 16 16:07:56 UTC 2023


On Tue, 16 May 2023 15:15:49 GMT, Stefan Karlsson <stefank at openjdk.org> wrote:

>> The tests assumes that some strings have not been deduplicated and checks for that. Unfortunately, we can have concurrently triggered GCs that invalidate those checks. I kept the call sites to show the intention of the test, but then I added a comment explaining why those checks are invalid.
>
> Stefan Karlsson has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Review kim

I'm going to integrate this now. Thanks!

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

PR Comment: https://git.openjdk.org/jdk/pull/14005#issuecomment-1549955801


More information about the hotspot-gc-dev mailing list