RFR: 8320652: ThreadInfo.isInNative needs to be updated to say what executing native code means [v2]
Alan Bateman
alanb at openjdk.org
Tue Nov 28 14:39:30 UTC 2023
On Tue, 28 Nov 2023 14:29:20 GMT, Bernd <duke at 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
More information about the serviceability-dev
mailing list