JMH has built-in capability for running benchmarks with async-profiler. `-prof async` supports commonly used async-profiler options, however, these options became a bit outdated and don't reflect features appeared in async-profiler 3.0 and 4.0, for example, VMStructs-based stack walker and native memory profiler.
This enhancement proposes update of JMH option parser to support modern async-profiler features.
This enhancement proposes update of JMH option parser to support modern async-profiler features.
- links to
-
Review(master) openjdk/jmh/159