Hacker News new | ask | show | jobs
by blinkingled 5548 days ago
Not all JREs are - Jikes RVM for example is implemented in Java and yet has decent performance -

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

1 comments

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.