Does JVM on Mac OS X use pthread to create threads?
What about on Linux distributions, is it now default way to create threads for JVM on all distributions?
Advertisement
Answer
Yes, HotSpot JVM (i.e. Oracle JDK and OpenJDK) uses pthreads
on Linux and on Mac OS X.