jvm-study What is the jvm-study? This is a repository for learning JVM source code. Through this repository, you can learn JVM related knowledge. JVM Study Outline 1. Compile JVM 1.1 OpenJDK Compile Tutorial 1.2 Configuring the debugging environment 2. JNI(Java Native Interface) 2.1 Learn about JNI 2.2 JNIEnv API 2.3 JNI Initialization process 3. JVM Start-up process profiling 3.1 JVM Start-up process 1 3.2 JVM Start-up process 2 3.3 JVM Start-up process 3 3.4 JVM Start-up process 4