Does the Java JVM use pthread?

Does the JVM on Mac OS X use pthread to create threads?

What about Linux distributions, does it now by default create threads for the JVM for all distributions?

+4
source share
1 answer

Yes, JVM HotSpot (for example, Oracle JDK, and OpenJDK) uses pthreadson Linux and the Mac OS the X .

+8
source

All Articles