On Tue, 28 Nov 2023 14:29:20 GMT, Bernd <d...@openjdk.org> wrote: > btw for the following (system/native/runtime/embryotic) Reader thread tseems > to be no java method marked "native" on the stack, what case is that? > > ``` > "JDWP Event Helper Thread" #22 daemon prio=10 os_prio=0 cpu=0.00ms > elapsed=65.02s tid=0x000001fc4f7e9970 nid=0x32e0 runnable > [0x0000000000000000] > java.lang.Thread.State: RUNNABLE > > "JDWP Command Reader" #23 daemon prio=10 os_prio=0 cpu=0.00ms elapsed=65.02s > tid=0x000001fc4f7ea480 nid=0x69c4 runnable [0x0000000000000000] > java.lang.Thread.State: RUNNABLE
I think you are asking about JVMTI RunAgentThread, it's nothing to do with this PR. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/16791#discussion_r1407867887