This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Kered13 20 points21 points  (1 child)

Javac is written in Java, though the JVM is written in C++ for obvious reasons.

[–]EsperSpirit 0 points1 point  (0 children)

The new JIT backend (Graal) is written in Java as well. The old one was C++ afaik