Search Results

3
votes

How does the Sun JVM map Java threads to Windows threads?

Don't have a document for you, but from the Threads column in the task-manager you can pretty reliably guess that it maps 1:1 to native threads (you need to enable the Threads column in the task ma …