简体   繁体   中英

Where can I find information for the JVM binary format in order to create my own JVM

Is there any documentation on how the JVM runs/interprets Java's binary format? I would like to make my own implementation of the JVM, but I'm unsure where to start.

There is a ~600 page tome on everything about the JVM called the Java Virtual Machine specification . [ Find here ]

Chapter 4 describes the class file format of the Java Virtual Machine and should give you enough information to get started.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM