[jdk17u-dev] RFR: 8298526: JFR: Generate missing filename for time-bound recordings
Erik Gahlin
egahlin at openjdk.org
Wed Dec 28 13:42:06 UTC 2022
On Wed, 28 Dec 2022 11:56:11 GMT, xpbob <duke at openjdk.org> wrote:
> Backport de8153cab76606350eb0ecc4302b23c52f0565a6
This is more of an enhancement than a bug as it changes how -XX:StartFlightRecording and icmd JFR.start work. This is not a low risk fix as it may impact scripts. There is also a very simple workaround, specify the filename manually, i.e -XX:StartFlightRecording:filename=recording.jfr
If backporting this issue at all, we should wait until we are sure it works as expected in production, which means waiting after JDK 21 has been released.
-------------
PR: https://git.openjdk.org/jdk17u-dev/pull/992
More information about the jdk-updates-dev
mailing list