RFR: 8278965: crash in SymbolTable::do_lookup [v2]

Coleen Phillimore coleenp at openjdk.org
Fri Feb 10 18:02:58 UTC 2023


On Fri, 10 Feb 2023 14:28:57 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:

>> Please review this small change to hold the refcount of a super class name while calling handle_parallel_super_load. Contrary to what I wrote in JDK-8298061, the refcount in the Placeholder table should never go to one.  I can reproduce this with btree012 occasionally, so this fixes this too.
>> 
>> The include in placeholders.hpp is required to make the gtest compiled since placeholders header file has Symbol::maybe_increment_refcount and decrement calls.
>> 
>> Tested with the graal test that failed, and tier1-7.
>
> Coleen Phillimore has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Fix variable name.

Thank you David, Fred and Ioi!

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

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


More information about the hotspot-runtime-dev mailing list