What is the fastest language that runs on the JVM

jvm, performance

Solution

See the Computer Language Benchmarks Game:

Java is very fast.

Scala almost as fast.

JRuby is 10-30 times slower.

Groovy is slow too.

Problem

What is the fastest language that runs on the JVM? Scala? Groovy? JRuby?

Original source