Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

So You Want to Write a Micro-Benchmark

Excerpt

Here are some rules, in priority order, to know about when you write micro-benchmarks for Hotspot.

Rule 0: Read a reputable paper on JVMs and micro-benchmarking. A good one is Brian Goetz, 2005. Do not expect too much from micro-benchmarks; they measure only a limited range of JVM performance characteristics.

...