RFR: 8364314: java_lang_Thread::get_thread_status fails assert(base != nullptr) failed: Invalid base [v2]

Serguei Spitsyn sspitsyn at openjdk.org
Thu Jul 31 11:01:56 UTC 2025


On Wed, 30 Jul 2025 23:14:52 GMT, Alex Menkov <amenkov at openjdk.org> wrote:

> Right. The issue was discovered several weeks ago: https://bugs.openjdk.org/browse/JDK-8361913 Work in progress

Also, I think a `TransitionDisabler` is more safe to install before the `cv_internal_thread_to_JavaThread()` is called. It would also prevent this bug to reproduce.

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

PR Comment: https://git.openjdk.org/jdk/pull/26544#issuecomment-3139469403


More information about the hotspot-runtime-dev mailing list