In which languages are the Java compiler (javac), the virtual machine (JVM) and the java starter written?
javac
java
This link should answer your question
It seems the compiler is now written in Java, but the runtime is written in ANSI C