RFR: 8362203: assert(state == nullptr || state->get_thread_oop() != nullptr) failed: incomplete state [v2]

Leonid Mesnik lmesnik at openjdk.org
Tue Jul 15 07:57:53 UTC 2025


> 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:

  simplified the update

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/26303/files
  - new: https://git.openjdk.org/jdk/pull/26303/files/19e76aa9..a8d5e277

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=26303&range=01
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=26303&range=00-01

  Stats: 8 lines in 3 files changed: 1 ins; 1 del; 6 mod
  Patch: https://git.openjdk.org/jdk/pull/26303.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/26303/head:pull/26303

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


More information about the hotspot-dev mailing list