How can a JVM be written in Java

后端 未结 10 649
再見小時候
再見小時候 2020-12-13 09:10

I was briefly reading about Maxine which is an open source JVM implementation that written in Java. This sounds circular to me. If java requires a virtual machine to run i

10条回答
  •  -上瘾入骨i
    2020-12-13 10:01

    Your assumption that Java requires a virtual machine is incorrect to begin with. Check out the project GCJ: The GNU Compiler for the Java Programming Language.

提交回复
热议问题