Hacker News new | ask | show | jobs
by rubashov 5546 days ago
> Java with a jit compiler

The JRE is substantially C++.

1 comments

Not all JREs are - Jikes RVM for example is implemented in Java and yet has decent performance -

http://jikesrvm.org/FAQ#FAQ-GeneralWhatIs

The speed-critical parts (like HotSpot) are most certainly written in C++.
From TFA I linked -

Jikes RVM is unique in that it is the first self-bootstrapped virtual machine written entirely in the Java programming language, i.e., its Java code runs on itself, without requiring a second virtual machine.