RFR: 7903161: JMH: Remove perfasm "printCompilationInfo" option

Aleksey Shipilev shade at openjdk.java.net
Thu Apr 14 09:31:09 UTC 2022


This option was added in early days of perfasm, but now it is both bitrotten (TraceClassLoading flag got deprecated), it serves little purpose given how perfasm is now tracking the compilation versions for every method, and the output would be hard to correlate with perfasm anyway.

We should just remove this option to avoid confusion.

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

Commit messages:
 - Fix

Changes: https://git.openjdk.java.net/jmh/pull/70/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jmh&pr=70&range=00
  Issue: https://bugs.openjdk.java.net/browse/CODETOOLS-7903161
  Stats: 12 lines in 1 file changed: 0 ins; 12 del; 0 mod
  Patch: https://git.openjdk.java.net/jmh/pull/70.diff
  Fetch: git fetch https://git.openjdk.java.net/jmh pull/70/head:pull/70

PR: https://git.openjdk.java.net/jmh/pull/70


More information about the jmh-dev mailing list