开发者

What is the "VM Periodic Task Thread"?

开发者 https://www.devze.com 2023-02-16 12:28 出处:网络
I can see this thread in my thread dump: \"VM Periodic Task Thread\" prio=10 tid=0x00007fc23000e800 nid=开发者_开发知识库0x49e6 waiting on condition

I can see this thread in my thread dump:

"VM Periodic Task Thread" prio=10 tid=0x00007fc23000e800 nid=开发者_开发知识库0x49e6 waiting on condition

What is it?


Having a look at the latest OpenJDK source, this is C++ level thread which performs a number of tasks on systems where there is not a native timer interrupt.

It appears to be mostly used for sampling/profiling what the JVM is doing.

0

精彩评论

暂无评论...
验证码 换一张
取 消