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

Coleen Phillimore coleenp at openjdk.org
Mon Oct 3 12:03:27 UTC 2022


On Mon, 3 Oct 2022 06:30:40 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.

Looks good! Thanks for fixing this.

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

Marked as reviewed by coleenp (Reviewer).

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


More information about the hotspot-runtime-dev mailing list