HotSpot internal threads

Apparently, HotSpot starts some number of internal threads.

In my environment (SUSE Linux 10.1, JDK 5, Intel Dual Core) , when I run a simple single-threaded test program(just your basic 'hello world'), I see 12 threads running.

There are probably 2 GC threads, 1 main thread, what are the rest?

Sergey

[330 byte] By [snovgorodskya] at [2007-11-27 8:29:04]
# 1
using JConsole you will be able to know the amount of threds were started.Use jmx in your app and then start jconsole.You will like.cya.
pbulgarellia at 2007-7-12 20:19:14 > top of Java-index,Java HotSpot Virtual Machine,HotSpot Internals...
# 2
Thanks, I actually tried to run JConsole before but couldn't connect because I didn't specify jmx option for the JVM...
snovgorodskya at 2007-7-12 20:19:14 > top of Java-index,Java HotSpot Virtual Machine,HotSpot Internals...