Integrated: 8362203: assert(state == nullptr || state->get_thread_oop() != nullptr) failed: incomplete state
Leonid Mesnik
lmesnik at openjdk.org
Thu Jul 17 16:28:58 UTC 2025
On Mon, 14 Jul 2025 23:42:03 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.
This pull request has now been integrated.
Changeset: bd55d7a4
Author: Leonid Mesnik <lmesnik at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/bd55d7a49514da9fa4de0d4a372956e21deab4d2
Stats: 20 lines in 4 files changed: 17 ins; 1 del; 2 mod
8362203: assert(state == nullptr || state->get_thread_oop() != nullptr) failed: incomplete state
Reviewed-by: sspitsyn, amenkov
-------------
PR: https://git.openjdk.org/jdk/pull/26303
More information about the hotspot-dev
mailing list