On Wed, 25 Jun 2025 12:30:35 GMT, Alan Bateman <al...@openjdk.org> wrote:
>> Kevin Walls has updated the pull request incrementally with two additional >> commits since the last revision: >> >> - newline >> - Test fails on minimal VM: require jvmti feature > > src/java.base/share/classes/jdk/internal/vm/ThreadDumper.java line 317: > >> 315: ThreadSnapshot snapshot = ThreadSnapshot.of(thread); >> 316: if (snapshot == null) { >> 317: return false; // Terminated > > This is okay. Do you mind change these two to say "thread terminated"? We > will eventually replace this as it's only a temporary that this scenario is > even possible. Sure! ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/25958#discussion_r2166653464