On Tue, 24 Jun 2025 17:00:19 GMT, Kevin Walls <kev...@openjdk.org> wrote:
> ThreadDumper/ThreadSnapshot need to handle a failure to resolve the native VM > JavaThread from a java.lang.Thread. This is hard to reproduce but a thread > that has since terminated can provoke a crash. Recognise this and return a > null ThreadSnapshot. This pull request has now been integrated. Changeset: 13a39278 Author: Kevin Walls <kev...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/13a3927855da61fe27f3b43e5e4755d0c5ac5a16 Stats: 32 lines in 5 files changed: 22 ins; 2 del; 8 mod 8359870: JVM crashes in AccessInternal::PostRuntimeDispatch Reviewed-by: amenkov, dholmes, sspitsyn ------------- PR: https://git.openjdk.org/jdk/pull/25958