-
Enhancement
-
Resolution: Fixed
-
P5
-
None
-
b03
-
linux
`jcmd Compiler.perfmap` uses the hard-coded file name for a perf map: `/tmp/perf-%d.map`. We collect profiling data on one system and process it on another system. For long running applications we can create multiple perf map files.
We want to control where `Compiler.perfmap` creates a perf map by providing a file name as an argument to it.
We want to control where `Compiler.perfmap` creates a perf map by providing a file name as an argument to it.
- csr for
-
JDK-8316922 Add file name parameter to Compiler.perfmap
- Closed
- relates to
-
JDK-8325532 serviceability/dcmd/compiler/PerfMapTest.java leaves created files in the /tmp dir.
- Resolved