- Reduce runtime by providing explicit configurations that try to run the 
micros as fast as possible while giving enough time for warmup.
- Remove some excessive parameters
- Remove some benchmarks testing experimental features 
(ObjectHashCode.mode_<non-default>) or were simply dubious at large (StringHttp)

This reduces runtime of running `java.lang.[A-Z]` (only java.lang, not 
java.lang.reflect etc..) from over 56 hours to 6:45.

-------------

Commit messages:
 - Reduce runtime of java.lang microbenchmarks

Changes: https://git.openjdk.java.net/jdk/pull/9015/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=9015&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8287810
  Stats: 293 lines in 39 files changed: 192 ins; 87 del; 14 mod
  Patch: https://git.openjdk.java.net/jdk/pull/9015.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/9015/head:pull/9015

PR: https://git.openjdk.java.net/jdk/pull/9015

Reply via email to