Is the Java virtual machine programmed in the Java language?

Is there any Java virtual machine implemented in Java?

thanks

+4
source share
1 answer

Jikes RVM and Maxine are JVMs almost entirely written in Java.

+6
source

Source: https://habr.com/ru/post/1341158/


All Articles