Withdrawn: 7903913: JMH: Compiler profiler misses profiled times

Aleksey Shipilev shade at openjdk.org
Mon Dec 16 19:52:50 UTC 2024


On Mon, 16 Dec 2024 16:30:31 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:

> Despite [CODETOOLS-7903911](https://bugs.openjdk.org/browse/CODETOOLS-7903911), compiler profiler still misses the "profiled" times. At this point, I think the problem is the asynchronous nature of compilations: if compiler completes compilation outside of iteration, profiler would miss it.
> 
> `profiled` is not a great counter, we can replace it with two counters that cover `warmup` and `measure` phases directly.

This pull request has been closed without being integrated.

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

PR: https://git.openjdk.org/jmh/pull/149


More information about the jmh-dev mailing list