RFR: 8282900: runtime/stringtable/StringTableCleaningTest.java verify unavailable at this moment
Coleen Phillimore
coleenp at openjdk.org
Mon Oct 3 15:06:29 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.
Is there an equivalent problem in SymbolTable?
-------------
PR: https://git.openjdk.org/jdk/pull/10527
More information about the hotspot-runtime-dev
mailing list