RFR: 8339725: Concurrent GC crashed due to GetMethodDeclaringClass [v5]
Liang Mao
lmao at openjdk.org
Wed Sep 11 07:32:07 UTC 2024
On Wed, 11 Sep 2024 07:16:07 GMT, Liang Mao <lmao at openjdk.org> wrote:
> // Why can't k already be not-alive here?
No. `k` can't be already dead here. is_loader_alive already returned true. `k` could be dead later so we need to make sure the resurrection if it needs access.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/20907#issuecomment-2342871447
More information about the hotspot-dev
mailing list