In which language are the Java compiler and JVM written?

后端 未结 9 1801
南旧
南旧 2020-11-28 00:28

In which languages are the Java compiler (javac), the virtual machine (JVM) and the java starter written?

9条回答
  •  夕颜
    夕颜 (楼主)
    2020-11-28 01:26

    Actually the Oracle JVM is written in C++, not C.

    Take a look at the HotSpot JVM code here: http://openjdk.java.net/groups/hotspot/

提交回复
热议问题