RFR: 8282900: runtime/stringtable/StringTableCleaningTest.java verify unavailable at this moment [v2]

David Holmes dholmes at openjdk.org
Wed Oct 5 07:04:45 UTC 2022


On Tue, 4 Oct 2022 11:26:01 GMT, Robbin Ehn <rehn at openjdk.org> wrote:

>> Hi, please consider:
>> 
>> verify() is called by GC in safepoint so it should use the corresponding scanning method.
>> verify_and_compare_entries() can wait for until there is no resize.
>> 
>> This makes these methods always succeed, passes t1-t6.
>
> Robbin Ehn has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Fixed review comments

Marked as reviewed by dholmes (Reviewer).

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

PR: https://git.openjdk.org/jdk/pull/10527


More information about the hotspot-runtime-dev mailing list