JDK-8261441 : JFR: Filename expansion
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: jfr
  • Affected Version: 16
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2021-02-09
  • Updated: 2022-08-04
  • Resolved: 2021-08-06
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 18
18 b10Fixed
Related Reports
CSR :  
Duplicate :  
Relates :  
Sub Tasks
JDK-8273131 :  
Description
Unified logging allows user to specify %p and/or %t in the filename, which will expand to the JVM's PID and	startup timestamp, respectively.

We should consider something similar for -XX:StartFlightRecording and JFR.start.
Comments
The manpage changes associated with this issue were lost because they were never applied to the closed markdown sources. A subsequent regeneration of the manpages, JDK-8273179, caused the new information to be lost, and this was unfortunately not noticed at the time. So the documentation for this has never been present and remains absent until JDK-8273131 is fixed.
04-08-2022

Changeset: adb0ae56 Author: Denghui Dong <ddong@openjdk.org> Committer: Yi Yang <yyang@openjdk.org> Date: 2021-08-06 02:11:55 +0000 URL: https://git.openjdk.java.net/jdk/commit/adb0ae56ab9efec12526433927c15308902535f7
06-08-2021