The GraalVM Compiler is a modern Java just-in-time compiler. It complements or replaces the existing compilers (C1/C2 in HotSpot) . In contrast to those existing compilers, the GraalVM compiler is written in modular, maintainable and extendable fashion in Java itself.