-
Bug
-
Resolution: Fixed
-
P5
-
23
-
b13
PerfMapTest.java issues the Compiler.perfmap jcmd with a filename argument to write the perfmap to. It does this in 3 different modes. 2 of the modes result in a perfmap file being left in the tmp directory that is not removed after the test executes (and should be removed). The 3rd mode creates the perfmap file in the directory specified by the test.dir property, and is ok to leave the file there.
- relates to
-
JDK-8327054 DiagnosticCommand Compiler.perfmap does not log on output()
- Resolved
-
JDK-8323546 Cleanup jcmd docs for Compiler.perfmap and VM.cds filename parameter
- Resolved
-
JDK-8314029 Add file name parameter to Compiler.perfmap
- Resolved