On Wed, 24 Jul 2024 10:38:01 GMT, Kevin Walls <kev...@openjdk.org> wrote:
> In src/hotspot/share/runtime/java.cpp: if (DumpPerfMapAtExit) { > CodeCache::write_perf_map(.... > > It may need to pass DEFAULT_PERFMAP_FILENAME (and tty). > > Do you have the change from JDK-8327054 merged into this branch? Good point - I made an update to cover that invocation. ------------- PR Comment: https://git.openjdk.org/jdk/pull/20198#issuecomment-2248669712