参考资料:https://www.bilibili.com/video/BV1JE411Y72b?p=3
线程启动
thread.start -》 JNI -》linux c -》 linux os
jdk的native方法start0,调用c方法,启动新线程。 start0()方法的源码在jvm的源码中。
来源:oschina
链接:https://my.oschina.net/zhaolin/blog/4926711
参考资料:https://www.bilibili.com/video/BV1JE411Y72b?p=3
线程启动
thread.start -》 JNI -》linux c -》 linux os
jdk的native方法start0,调用c方法,启动新线程。 start0()方法的源码在jvm的源码中。
来源:oschina
链接:https://my.oschina.net/zhaolin/blog/4926711