Re: RFR: 8287810: Reduce runtime of java.lang microbenchmarks

2022-06-03 Thread Mandy Chung
On Fri, 3 Jun 2022 15:05:33 GMT, Claes Redestad  wrote:

> - 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_) 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.

Marked as reviewed by mchung (Reviewer).

-

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


RFR: 8287810: Reduce runtime of java.lang microbenchmarks

2022-06-03 Thread Claes Redestad
- 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_) 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=9015=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