RFR: 8359646: C1 crash in AOTCodeAddressTable::add_C_string

Vladimir Kozlov kvn at openjdk.org
Tue Jun 17 15:13:31 UTC 2025


On Tue, 17 Jun 2025 14:16:21 GMT, Ashutosh Mehra <asmehra at openjdk.org> wrote:

> t3: T2 clears the table and sets it to null

It can't because T1 holds the lock.  See that I added the lock before `delete _table`.

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

PR Comment: https://git.openjdk.org/jdk/pull/25841#issuecomment-2980765800


More information about the hotspot-compiler-dev mailing list