Say No to Micro-Benchmarks!
small, artificial, C-like micro-benchmarks
do not reflect real Java applications
- almost no calls, no dispatch, no allocation, no synchronization, no runtime system calls
easy target for compiler tricks
better: e.g., SPEC JVMClient98