RFR: 8362203: assert(state == nullptr || state->get_thread_oop() != nullptr) failed: incomplete state [v3]
Serguei Spitsyn
sspitsyn at openjdk.org
Thu Jul 17 07:39:56 UTC 2025
On Tue, 15 Jul 2025 23:37:55 GMT, Leonid Mesnik <lmesnik at openjdk.org> wrote:
>> The problem happens if post_early_vm_start is triggered.
>> The fix is to complete initialization once threadObj become available.
>>
>> I'vent observed that recompute_enable and hitting assertion might happens before this step. However it might be makes sense to check state in assertion if needed.
>
> Leonid Mesnik has updated the pull request incrementally with one additional commit since the last revision:
>
> fixed test
Thank you for updates! Looks good.
-------------
Marked as reviewed by sspitsyn (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/26303#pullrequestreview-3028291409
More information about the hotspot-dev
mailing list