Some articles I'm reading related with JVM, class loader and Thread.
Here are some articles I’m reading related with the topic in the title:
- Classloaders Demystified - Understanding How Java Classes Get Loaded in Web Applications / TheServerSide
- JNI-从jvm源码分析Thread.start的调用与Thread.run的回调 - tera - 博客园
- Native methods and the Java Native Interface
- https://www.quora.com/How-can-I-debug-a-native-function-in-Java
- Deep Dive Into the New Java JIT Compiler - Graal / Baeldung
- Understanding the Java Class Loader Starting from Java 9 / Sergio Martin Rubio
- Class Loaders in Java / Baeldung