  |
The Mauve Project - http://sources.redhat.com/mauve/
A collaborative, open source effort to build a testsuite for the core Java language libraries. [Open Source] |
  |
Java Linpack Benchmark - http://www.netlib.org/benchmark/linpackjava/
A Java version numerically intensive test that has been used for years to measure the floating point performance of computers. By Jack Dongarra, Reed Wade, and Paul McMahan. |
  |
Make Java fast: Optimize! - http://www.javaworld.com/javaworld/jw-04-1997/jw-04-optimize.html
Article by Doug Bell explores some low-level optimization techniques in Java and presents a Benchmark applet to measure Java's performance. |
  |
SPEC JVM98 Benchmarks - http://www.spec.org/osg/jvm98/
Measures performance of Java Virtual Machines. [Commercial] |
  |
Optimizing Java Linpack Benchmark - http://www.cs.cmu.edu/~jch/java/linpack.html
By Jonathan Hardwick. Author took the original Java Linpack benchmark, by Jack Dongarra and Reed Wade, and applied some optimizations. |