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?
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?
Copyright © 2021 Jogjafile Inc.
Yes, HotSpot JVM (i.e. Oracle JDK and OpenJDK) uses
pthreads
on Linux and on Mac OS X.