If I run a java program, does JVM contain it as a child process/thread?
To be specific, when JVM runs, I know that it has many different type of threads. But I am confused, is java/mutator process/thread encapsulated inside JVM? Does JVM spawn java/mutator process/thread?
I use pstree -p {java_pid_from_top}
to get the following graph. If so, one of children may be java/mutator process/thread?
from link