Slide 9
Slide 9 text
JVMを実装とは
To implement the Java Virtual Machine correctly, you need only be
able to read the class file format and correctly perform the
operations specified therein.
The Java® Virtual Machine Specification: Chapter 2. The Structure of the Java Virtual Machine,
https://docs.oracle.com/javase/specs/jvms/se13/html/jvms-2.html
Java仮想マシン (JVM) を正しく実装するには、クラスファイル形式を読み
取って、そこに指定されている命令を正しく実行する必要があるだけです。