Despite 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.
The counter should be either removed, or made more robust.
The counter should be either removed, or made more robust.
- links to
-
Review(master) openjdk/jmh/149