RFR: 8299075: TestStringDeduplicationInterned.java fails because extra deduplication [v2]
Thomas Schatzl
tschatzl at openjdk.org
Tue May 16 15:24:46 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
Marked as reviewed by tschatzl (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/14005#pullrequestreview-1428848601
More information about the hotspot-gc-dev
mailing list