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

Robbin Ehn rehn at openjdk.org
Wed Oct 5 12:50:13 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.

This pull request has now been integrated.

Changeset: bd90c4cf
Author:    Robbin Ehn <rehn at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/bd90c4cfa63ba2de26f7482ed5d1704f9be9629f
Stats:     9 lines in 1 file changed: 1 ins; 6 del; 2 mod

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

Reviewed-by: coleenp, dholmes

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

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


More information about the hotspot-runtime-dev mailing list