Looking for description of JVM internal threads
Le Huy
lehuy20 at gmail.com
Wed Apr 18 13:55:04 PDT 2012
Hi
I am writing a document about JVM internal threads e.g.
* "Attach Listener"
* "VM Thread"
* "C2 CompilerThreadXX"
* "Signal Dispatcher"
* "Finalizer"
* "Reference Handler"
* "Low Memory Detector"
* "VM Periodic Task Thread"
* ""GC task thread#XX"
The purpose of the document is to help the team to analyze and
identify issues from native stack captured from JVM
in production.
Can you recommend any source of information about them such as what
are the role of each thread,
how they communicate with each other, how they are kicked off, etc. ?
More information about the hotspot-dev
mailing list